DestinationDatabaseName プロパティ
転送先データベースの名前を表す String を取得します。値の設定も可能です。
名前空間: 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
転送先データベースの名前を表す String です。