Partager via


ISql90ServerOptions.AffinityIOMask, propriété

Obtient ou définit une valeur qui modélise le paramètre du masque d'affinité d'E/S.

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

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISql90ServerOptions Interface

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