Propriété PhysicalPartition.FileGroupName
Gets or sets the name of the file group associated with the physical partition.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileGroupName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A String object value that specifies the name of the file group.