Compartir a través de


CreateSpatialIndexStatement.OnFileGroup Propiedad

Gets or sets the name of the filegroup, can be a Literal of type string or an Identifier. Optional may be nulles una referencia NULL (Nothing en Visual Basic)..

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property OnFileGroup As IdentifierOrValueExpression 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The name of the filegroup.

Vea también

Referencia

CreateSpatialIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom