DestinationPassword propriété
Gets or sets the logon password for the instance of SQL Server to which the destination database belongs.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Property DestinationPassword As String
Get
Set
'Utilisation
Dim instance As Transfer
Dim value As String
value = instance.DestinationPassword
instance.DestinationPassword = value
public string DestinationPassword { get; set; }
public:
property String^ DestinationPassword {
String^ get ();
void set (String^ value);
}
member DestinationPassword : string with get, set
function get DestinationPassword () : String
function set DestinationPassword (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the logon password for the instance of SQL Server to which the destination database belongs.
Voir aussi