共用方式為


CreateTableStatement.OnFileGroupOrPartitionScheme 屬性

Gets or sets the filegroup or partition scheme on which the table is stored. Maybe nullnull 參考 (在 Visual Basic 中為 Nothing).

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property OnFileGroupOrPartitionScheme As FileGroupOrPartitionScheme 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

CreateTableStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間