Właściwość NoTablePartitioningSchemes
Pobiera wartość obiektu, który określa, czy partycja schematy tabel są uwzględniane w skrypcie wygenerowanym.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public Shared ReadOnly Property NoTablePartitioningSchemes As ScriptOption
Get
'Użycie
Dim value As ScriptOption
value = ScriptOption.NoTablePartitioningSchemes
public static ScriptOption NoTablePartitioningSchemes { get; }
public:
static property ScriptOption^ NoTablePartitioningSchemes {
ScriptOption^ get ();
}
static member NoTablePartitioningSchemes : ScriptOption
static function get NoTablePartitioningSchemes () : ScriptOption
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
A ScriptOption object that represents the NoTablePartitioningSchemesin the scripting options.
Zobacz także