Proprietà ISql90ServerOptions.IsAgentXPsStarted

Ottiene o imposta un valore che modella l'impostazione agent XPs.

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

Sintassi

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

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ServerOptions Interfaccia

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