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