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