다음을 통해 공유


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.