FileGroup 屬性
Gets or sets the file group in which the table is physically stored.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<DisplayNameKeyAttribute("Table_FileGroupName")> _
<DisplayDescriptionKeyAttribute("Table_FileGroupDesc")> _
Property FileGroup As String
Get
Set
'用途
Dim instance As ITableOptions
Dim value As String
value = instance.FileGroup
instance.FileGroup = value
[DisplayNameKeyAttribute("Table_FileGroupName")]
[DisplayDescriptionKeyAttribute("Table_FileGroupDesc")]
string FileGroup { get; set; }
[DisplayNameKeyAttribute(L"Table_FileGroupName")]
[DisplayDescriptionKeyAttribute(L"Table_FileGroupDesc")]
property String^ FileGroup {
String^ get ();
void set (String^ value);
}
[<DisplayNameKeyAttribute("Table_FileGroupName")>]
[<DisplayDescriptionKeyAttribute("Table_FileGroupDesc")>]
abstract FileGroup : string with get, set
function get FileGroup () : String
function set FileGroup (value : String)
屬性值
型別:System. . :: . .String
A String value that contains the file group in which the table is physically stored.