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)
'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>)
Property Value
Type: System.Nullable<Boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.