ISql90ServerOptions.Affinity64IOMask Property
Gets or sets the affinity 64 I/O mask.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
'Declaration
Property Affinity64IOMask As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As ISql90ServerOptions
Dim value As Nullable(Of Integer)
value = instance.Affinity64IOMask
instance.Affinity64IOMask = value
Nullable<int> Affinity64IOMask { get; set; }
property Nullable<int> Affinity64IOMask {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get Affinity64IOMask () : Nullable<int>
function set Affinity64IOMask (value : Nullable<int>)
abstract Affinity64IOMask : Nullable<int> with get, set
Type: System.Nullable<Int32>
- 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.