CreateSpatialIndexStatement.OnFileGroup Property
Gets or sets the name of the filegroup, can be a Literal of type string or an Identifier. Optional may be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OnFileGroup As IdentifierOrValueExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name of the filegroup.