Proprietà IDTSHttpClientConnection100.ServerPassword

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Sets the password used to log on to the server.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
WriteOnly Property ServerPassword As String 
    Set
'Utilizzo
Dim instance As IDTSHttpClientConnection100 
Dim value As String

instance.ServerPassword = value
string ServerPassword { set; }
property String^ ServerPassword {
    void set (String^ value);
}
abstract ServerPassword : string with get, set
function set ServerPassword (value : String)

Valore proprietà

Tipo: System.String
The password used to log on to the server.

Vedere anche

Riferimento

IDTSHttpClientConnection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper