Linguaggio

TransferLoginsTask.IfObjectExists Proprietà

Definizione

Ottiene o imposta un valore dall'enumerazione IfObjectExists che indica se il compito dovrebbe fallire, ignorare l'accesso esistente o saltare il trasferimento dell'accesso, se esiste un login con lo stesso nome alla destinazione.

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

Valore della proprietà

Valore dell'enumerazione IfObjectExists .

Implementazioni

Si applica a