Partager via


ISqlServerOptions.AffinityMask, propriété

Obtient ou définit une valeur qui modélise l'option sp_configure « Masque d'affinité ».

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms