Compartir a través de


PhysicalPartition.FileGroupName Propiedad

Gets or sets the name of the file group associated with the physical partition.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileGroupName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String object value that specifies the name of the file group.

Vea también

Referencia

PhysicalPartition Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo