다음을 통해 공유


FileGroupName 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property FileGroupName As String
    Get
    Set
‘사용 방법
Dim instance As PhysicalPartition
Dim value As String

value = instance.FileGroupName

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

속성 값

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