FileDeclaration.IsPrimary 属性

Gets or sets whether a file declaration belongs to a primary file group.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property IsPrimary As Boolean 
    Get 
    Set
用法
Dim instance As FileDeclaration 
Dim value As Boolean 

value = instance.IsPrimary

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

属性值

类型:System.Boolean
true if a file declaration belongs to a primary file group; otherwise, false.

请参阅

参考

FileDeclaration 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间