DestinationDatabase 속성
Gets or sets the database that is the destination of the transfer operation.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
Public Property DestinationDatabase As String
Get
Set
‘사용 방법
Dim instance As Transfer
Dim value As String
value = instance.DestinationDatabase
instance.DestinationDatabase = value
public string DestinationDatabase { get; set; }
public:
property String^ DestinationDatabase {
String^ get ();
void set (String^ value);
}
member DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)
속성 값
형식: System. . :: . .String
A String value that specifies the destination database.