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