Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.4 KB

File metadata and controls

49 lines (40 loc) · 1.4 KB
title getTrustManagerConstructorArg Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2018
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerDataSource.getTrustManagerConstructorArg
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid
caps.latest.revision 1
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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