StorageInfo.ServerPassword Propiedad

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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServerPassword As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

StorageInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime