Partager via


ISql90ServerOptions.Affinity64IOMask, propriété

Obtient ou définit une valeur qui modélise le paramètre du masque d'affinité 64 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 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>)

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