Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.24 KB

gettrustmanagerconstructorarg-method-sqlserverdatasource.md

File metadata and controls

36 lines (27 loc) · 1.24 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getTrustManagerConstructorArg Method (SQLServerDataSource)
getTrustManagerConstructorArg Method (SQLServerDataSource)
David-Engel
davidengel
01/19/2018
sql
connectivity
reference
sqljdbc.jar
SQLServerDataSource.getTrustManagerConstructorArg
Assembly

getTrustManagerConstructorArg Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the String value of the TrustManagerConstructorArg connection property.

Syntax

  
public java.lang.String getTrustManagerConstructorArg()  

Return Value

A String that contains the value of the TrustManagerConstructorArg connection property, or null if no value is set.

Remarks

If the TrustManagerClass property is not set, the getTrustManagerConstructorArg method returns null.

See Also

SQLServerDataSource Members
SQLServerDataSource Class