다음을 통해 공유


DestinationDatabaseName 속성

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

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

구문

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

value = instance.DestinationDatabaseName

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

속성 값

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

구현

ITransferDatabaseTask. . :: . .DestinationDatabaseName