共用方式為


PartitionScheme.NextUsedFileGroup 屬性

Gets or sets the name of the filegroup that has NEXT USED status.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NextUsedFileGroup As String 
    Get 
    Set
'用途
Dim instance As PartitionScheme 
Dim value As String 

value = instance.NextUsedFileGroup

instance.NextUsedFileGroup = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string NextUsedFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ NextUsedFileGroup {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NextUsedFileGroup : string with get, set
function get NextUsedFileGroup () : String 
function set NextUsedFileGroup (value : String)

屬性值

型別:System.String
A String value that specifies the filegroup name.

備註

Returns an empty string if no filegroup has NEXT USED status.

範例

使用檔案群組和檔案來儲存資料

請參閱

參考

PartitionScheme 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE PARTITION SCHEME (Transact-SQL)