Поделиться через


Свойство 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)