FileDeclaration.IsPrimary プロパティ

ファイル宣言がプライマリ ファイル グループに属しているかどうかを示す値を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IsPrimary As Boolean
'使用
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);
}
public function get IsPrimary () : boolean
public function set IsPrimary (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

FileDeclaration クラス

FileDeclaration メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間