Condividi tramite


Proprietà FileDeclaration.IsPrimary

Ottiene o imposta un valore che indica se una dichiarazione del file appartiene a un gruppo di file primario.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FileDeclaration Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql