Méthode IDTSHttpClientConnection100.GetServerPassword
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the server password.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function GetServerPassword As String
'Utilisation
Dim instance As IDTSHttpClientConnection100
Dim returnValue As String
returnValue = instance.GetServerPassword()
string GetServerPassword()
String^ GetServerPassword()
abstract GetServerPassword : unit -> string
function GetServerPassword() : String
Valeur de retour
Type : System.String
The server password.
Notes
For more information, see HttpClientConnection100Class.