ISqlServerOptions.Affinity64Mask (Propiedad)

Obtiene o establece un valor que modela la opción "máscara de afinidad de 64 bits" de sp_configure.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Nullable<Int32>

Seguridad de .NET Framework

Vea también

Referencia

ISqlServerOptions Interfaz

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