Właściwość TransferLoginsTask.IfObjectExists
Pobiera lub ustawia wartość z IfObjectExists wyliczenia wskazująca, czy zadania powinny zakończyć się niepowodzeniem, Ignoruj istniejące logowania lub pominąć transferu logowania, jeśli logowania o tej samej nazwie istnieje w obiekt docelowy.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Zestaw: Microsoft.SqlServer.TransferLoginsTask (w Microsoft.SqlServer.TransferLoginsTask.dll)
Składnia
'Deklaracja
Public Property IfObjectExists As IfObjectExists
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask.IfObjectExists
Wartość z IfObjectExists wyliczania.
Implementacje
Zobacz także