Proprietà ServerPassword

Gets the password that SQL Server Authentication requires to connect to the SQL Server database that stores the original or the upgraded Integration Services packages.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ServerPassword As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .String
The password that is required for SQL Server Authentication.