TransferLoginsTask.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 列挙体の値。

実装

適用対象