共用方式為


FullTextCatalogAndFileGroup.FileGroupIsFirst 屬性

Gets or sets whether the file group was encountered first in this option.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property FileGroupIsFirst As Boolean 
    Get 
    Set
'用途
Dim instance As FullTextCatalogAndFileGroup 
Dim value As Boolean 

value = instance.FileGroupIsFirst

instance.FileGroupIsFirst = value
public bool FileGroupIsFirst { get; set; }
public:
property bool FileGroupIsFirst {
    bool get ();
    void set (bool value);
}
member FileGroupIsFirst : bool with get, set
function get FileGroupIsFirst () : boolean 
function set FileGroupIsFirst (value : boolean)

屬性值

型別:System.Boolean
true if the file group was encountered first in this option; otherwise, false.

請參閱

參考

FullTextCatalogAndFileGroup 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間