Udostępnij za pośrednictwem


Właściwość PhysicalPartition.FileGroupName

Pobiera lub ustawia nazwę grupy plików skojarzonych z partycji fizycznej.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileGroupName As String
    Get
    Set
'Użycie
Dim instance As PhysicalPartition
Dim value As String

value = instance.FileGroupName

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

Wartość właściwości

Typ: System.String
A String wartość obiektu, który określa nazwę grupy plików.