Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the schema of the script option.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ScriptSchema As ScriptOption
Get
'Usage
Dim value As ScriptOption
value = ScriptOption.ScriptSchema
public static ScriptOption ScriptSchema { get; }
public:
static property ScriptOption^ ScriptSchema {
ScriptOption^ get ();
}
static member ScriptSchema : ScriptOption
static function get ScriptSchema () : ScriptOption
Property Value
Type: Microsoft.SqlServer.Management.Smo.ScriptOption
The schema of the script option.