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.