Właściwość DestinationPassword
Pobiera lub ustawia hasło logowania dla wystąpienie SQL Server do którego obiekt docelowy bazy danych należy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Deklaracja
Public Property DestinationPassword As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System. . :: . .String
A String wartość, która określa hasło logowania dla wystąpienie SQL Server do którego obiekt docelowy bazy danych należy.