다음을 통해 공유


CreateSpatialIndexStatement.OnFileGroup 속성

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.

참고 항목

참조

CreateSpatialIndexStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스