getTrustManagerConstructorArg Method (SQLServerDataSource)

Download JDBC driver

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