Compartir a través de


ISql90ServerOptions.Affinity64IOMask (Propiedad)

Obtiene o establece un valor que modela la configuración de máscara de afinidad de E/S de 64 bits.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISql90ServerOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)