Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the name of the file group associated with the physical partition.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileGroupName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String object value that specifies the name of the file group.