Właściwość ScriptOption.IncludeIfNotExists
Pobiera obiekt, który określa, czy sprawdzać istnienie obiektu przed włączeniem w skrypcie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Shared ReadOnly Property IncludeIfNotExists As ScriptOption
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.ScriptOption
A ScriptOption object that represents the IncludeIfNotExistsin the scripting options.