Gets or sets the name of the filegroup. Optional may be nullnull 參考 (在 Visual Basic 中為 Nothing).
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property FileGroupName As Identifier
Get
Set
'用途
Dim instance As FullTextCatalogAndFileGroup
Dim value As Identifier
value = instance.FileGroupName
instance.FileGroupName = value
public Identifier FileGroupName { get; set; }
public:
property Identifier^ FileGroupName {
Identifier^ get ();
void set (Identifier^ value);
}
member FileGroupName : Identifier with get, set
function get FileGroupName () : Identifier
function set FileGroupName (value : Identifier)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the file group.