ISql90ServerOptions.Affinity64IOMask プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property Affinity64IOMask As Nullable(Of Integer)
'使用
Dim instance As ISql90ServerOptions
Dim value As Nullable(Of Integer)
value = instance.Affinity64IOMask
instance.Affinity64IOMask = value
Nullable<int> Affinity64IOMask { get; set; }
property Nullable<int> Affinity64IOMask {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get Affinity64IOMask () : Nullable<int>
function set Affinity64IOMask (value : Nullable<int>)
プロパティ値
型 : System.Nullable<Int32>