Freigeben über


CreateTableStatement.OnFileGroupOrPartitionScheme-Eigenschaft

Gets or sets the filegroup or partition scheme on which the table is stored. Maybe nullein NULL-Verweis (Nothing in Visual Basic).

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property OnFileGroupOrPartitionScheme As FileGroupOrPartitionScheme 
    Get 
    Set
'Usage
Dim instance As CreateTableStatement 
Dim value As FileGroupOrPartitionScheme 

value = instance.OnFileGroupOrPartitionScheme

instance.OnFileGroupOrPartitionScheme = value
public FileGroupOrPartitionScheme OnFileGroupOrPartitionScheme { get; set; }
public:
property FileGroupOrPartitionScheme^ OnFileGroupOrPartitionScheme {
    FileGroupOrPartitionScheme^ get ();
    void set (FileGroupOrPartitionScheme^ value);
}
member OnFileGroupOrPartitionScheme : FileGroupOrPartitionScheme with get, set
function get OnFileGroupOrPartitionScheme () : FileGroupOrPartitionScheme 
function set OnFileGroupOrPartitionScheme (value : FileGroupOrPartitionScheme)

Eigenschaftswert

Typ: Microsoft.SqlServer.TransactSql.ScriptDom.FileGroupOrPartitionScheme
The filegroup or partition scheme on which the table is stored.

Siehe auch

Verweis

CreateTableStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace