ISql90Queue.IsActivationOn Property

Gets or sets whether activation is on.

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

Syntax

'Declaration
Property IsActivationOn As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISql90Queue
Dim value As Nullable(Of Boolean)

value = instance.IsActivationOn

instance.IsActivationOn = value
Nullable<bool> IsActivationOn { get; set; }
property Nullable<bool> IsActivationOn {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsActivationOn () : Nullable<boolean>
function set IsActivationOn (value : Nullable<boolean>)
abstract IsActivationOn : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>
Returns True if activation is on; otherwise, False.

.NET Framework Security

See Also

Reference

ISql90Queue Interface

ISql90Queue Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace