Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the logon password for the instance of SQL Server to which the destination database belongs.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property DestinationPassword As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The logon password for the instance of SQL Server to which the destination database belongs.