Proprietà ISql100EventSession.IsOnStartupState

Ottiene o imposta un valore che indica se lo stato di avvio è abilitato.

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

Sintassi

'Dichiarazione
Property IsOnStartupState As Boolean
    Get
    Set
bool IsOnStartupState { get; set; }
property bool IsOnStartupState {
    bool get ();
    void set (bool value);
}
abstract IsOnStartupState : bool with get, set
function get IsOnStartupState () : boolean
function set IsOnStartupState (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100EventSession Interfaccia

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