DestinationDatabase プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
アセンブリ: Microsoft.SqlServer.TransferSqlServerObjectsTask (Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
構文
'宣言
Property DestinationDatabase As String
Get
Set
'使用
Dim instance As ITransferSqlServerObjectsTask
Dim value As String
value = instance.DestinationDatabase
instance.DestinationDatabase = value
string DestinationDatabase { get; set; }
property String^ DestinationDatabase {
String^ get ();
void set (String^ value);
}
abstract DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)