CreateSpatialIndexStatement.OnFileGroup Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the filegroup, can be a Literal of type string or an Identifier. Optional may be null.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IdentifierOrValueExpression OnFileGroup { get; set; }
public:
property IdentifierOrValueExpression^ OnFileGroup {
    IdentifierOrValueExpression^ get();
    void set(IdentifierOrValueExpression^ value);
}
member OnFileGroup : IdentifierOrValueExpression with get, set
Public Property OnFileGroup As IdentifierOrValueExpression

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression

The name of the filegroup.

See Also

CreateSpatialIndexStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top