IncludeIfNotExists-Eigenschaft

Ruft ein Objekt ab, das angibt, ob das Vorhandensein eines Objekts überprüft wird, bevor es in das Skript eingefügt wird.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IncludeIfNotExists As ScriptOption
    Get
'Usage
Dim value As ScriptOption

value = ScriptOption.IncludeIfNotExists
public static ScriptOption IncludeIfNotExists { get; }
public:
static property ScriptOption^ IncludeIfNotExists {
    ScriptOption^ get ();
}
static member IncludeIfNotExists : ScriptOption
static function get IncludeIfNotExists () : ScriptOption

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
Ein ScriptOption-Objekt, das IncludeIfNotExists in den Skriptoptionen darstellt.

Beispiele

Skripterstellung