CreateSpatialIndexStatement.OnFileGroup Property
SQL Server 2012
Gets or sets the name of the filegroup, can be a Literal of type string or an Identifier. Optional may be Nothing.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property OnFileGroup As IdentifierOrValueExpression Get Set 'Usage Dim instance As CreateSpatialIndexStatement Dim value As IdentifierOrValueExpression value = instance.OnFileGroup instance.OnFileGroup = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpressionThe name of the filegroup.
