Partilhar via


Propriedade ISql90ServerOptions.AffinityIOMask

Obtém ou define um valor dessa definição de máscara de afinidade e/S de modelos.

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

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISql90ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel