Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ServerPassword As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The password that is required for SQL Server authentication.