Freigeben über


ISql100EventSession.IsOnStartupState-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Startzustand aktiviert ist, oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100EventSession Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace