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 命名空间