Bagikan melalui


FullTextCatalogAndFileGroup.FileGroupIsFirst Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property FileGroupIsFirst As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FullTextCatalogAndFileGroup Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace