다음을 통해 공유


DestinationDatabase 속성

Gets or sets a String containing the name of the destination database.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
어셈블리:  Microsoft.SqlServer.TransferSqlServerObjectsTask(Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

구문

‘선언
Public Property DestinationDatabase As String
    Get
    Set
‘사용 방법
Dim instance As TransferSqlServerObjectsTask
Dim value As String

value = instance.DestinationDatabase

instance.DestinationDatabase = value
public string DestinationDatabase { get; set; }
public:
virtual property String^ DestinationDatabase {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract DestinationDatabase : string with get, set
override DestinationDatabase : string with get, set
final function get DestinationDatabase () : String
final function set DestinationDatabase (value : String)

속성 값

유형: System. . :: . .String
A String that contains the name of the database at the destination.

구현

ITransferSqlServerObjectsTask. . :: . .DestinationDatabase