Proprietà ISql90ServerOptions.AffinityIOMask

Ottiene o imposta un valore che modella l'impostazione affinity I/O mask.

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

Sintassi

'Dichiarazione
Property AffinityIOMask As Nullable(Of Integer)
    Get
    Set
Nullable<int> AffinityIOMask { get; set; }
property Nullable<int> AffinityIOMask {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract AffinityIOMask : Nullable<int> with get, set
function get AffinityIOMask () : Nullable<int>
function set AffinityIOMask (value : Nullable<int>)

Valore proprietà

Tipo: System.Nullable<Int32>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90ServerOptions Interfaccia

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