Udostępnij za pośrednictwem


Właściwość StorageInfo.ServerPassword

Pobiera hasło SQL Server uwierzytelniania wymaga nawiązania połączenia z SQL Server bazy danych, który przechowuje oryginał lub uaktualniony Integration Services pakietów.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public ReadOnly Property ServerPassword As String
    Get
'Użycie
Dim instance As StorageInfo
Dim value As String

value = instance.ServerPassword
public string ServerPassword { get; }
public:
property String^ ServerPassword {
    String^ get ();
}
member ServerPassword : string
function get ServerPassword () : String

Wartość właściwości

Typ: System.String
Hasło jest wymagane dla SQL Server uwierzytelniania.