FileDeclaration.IsPrimary-Eigenschaft

Ruft ab oder legt fest, ob eine Dateideklaration zu einer primären Dateigruppe gehört.

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

Syntax

'Declaration
Public Property IsPrimary As Boolean
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

FileDeclaration Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace