言語

ITransferLoginsTask.IfObjectExists プロパティ

定義

IfObjectExists列挙から、タスクが失敗するか、既存のログインを無視するか、または同じ名前のログインが存在する場合にログイン転送をスキップするかを示す値を取得または設定します。

public:
 property Microsoft::SqlServer::Dts::Tasks::TransferLoginsTask::IfObjectExists IfObjectExists { Microsoft::SqlServer::Dts::Tasks::TransferLoginsTask::IfObjectExists get(); void set(Microsoft::SqlServer::Dts::Tasks::TransferLoginsTask::IfObjectExists value); };
public Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask.IfObjectExists IfObjectExists { get; set; }
member this.IfObjectExists : Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask.IfObjectExists with get, set
Public Property IfObjectExists As IfObjectExists

プロパティ値

IfObjectExists列挙体の値。

適用対象