Partilhar via


Propriedade ISql90ServerOptions.Affinity64IOMask

Obtém ou define um valor que definição de máscara de afinidade 64 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 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 propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISql90ServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel