Proprietà PhysicalPartition.FileGroupName
Gets or sets the name of the file group associated with the physical partition.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileGroupName As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A String object value that specifies the name of the file group.