Freigeben über


AllowSystemObjects-Eigenschaft

Ruft ein Objekt ab, das angibt, ob Skripts für Systemobjekte erstellt werden können.

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

Syntax

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

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

Eigenschaftswert

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

Beispiele

Skripterstellung