IfObjectExists プロパティ
同じ名前が転送先に存在する場合に、タスクが失敗するか、既存のログインを無視するか、あるいはログインの転送をスキップするかを示す値を IfObjectExists 列挙から取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
アセンブリ: Microsoft.SqlServer.TransferLoginsTask (Microsoft.SqlServer.TransferLoginsTask.dll)
構文
'宣言
Public Property IfObjectExists As IfObjectExists
Get
Set
'使用
Dim instance As TransferLoginsTask
Dim value As IfObjectExists
value = instance.IfObjectExists
instance.IfObjectExists = value
public IfObjectExists IfObjectExists { get; set; }
public:
virtual property IfObjectExists IfObjectExists {
IfObjectExists get () sealed;
void set (IfObjectExists value) sealed;
}
abstract IfObjectExists : IfObjectExists with get, set
override IfObjectExists : IfObjectExists with get, set
final function get IfObjectExists () : IfObjectExists
final function set IfObjectExists (value : IfObjectExists)
プロパティ値
型: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask. . :: . .IfObjectExists
IfObjectExists 列挙の値です。