Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
The password that is required for SQL Server authentication.