共用方式為


CreateIndexStatement.OnFileGroupOrPartitionScheme 屬性

Gets or sets the filegroup or partition scheme.

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

語法

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

請參閱

參考

CreateIndexStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間