Share via


ISql90ServerOptions.IsAgentXPsStarted Property

Gets or sets a value that models the agent XPs setting.

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

Syntax

'Declaration
Property IsAgentXPsStarted As Nullable(Of Boolean)
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>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace