Delen via


CreateTableStatement.OnFileGroupOrPartitionScheme Property

Gets or sets the filegroup or partition scheme on which the table is stored. Maybe nulla null reference (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)

Property Value

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

See Also

Reference

CreateTableStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace