Właściwość PartitionScheme.NextUsedFileGroup
Pobiera lub ustawia nazwę grupa plików , ma stan dalej używane.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NextUsedFileGroup As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość określająca grupa plików nazwy.
Uwagi
Zwraca ciąg pusty, jeśli nie grupa plików ma stan dalej używane.
Zobacz także