TransferBase.DestinationPassword Propiedad
Gets or sets the logon password for the instance of SQL Server to which the destination database belongs.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Property DestinationPassword As String
Get
Set
'Uso
Dim instance As TransferBase
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)
Valor de la propiedad
Tipo: System.String
The logon password for the instance of SQL Server to which the destination database belongs.