ISqlServerOptions.CostThresholdForParallelism プロパティ

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Property CostThresholdForParallelism As Nullable(Of Integer)
'使用
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Integer)

value = instance.CostThresholdForParallelism

instance.CostThresholdForParallelism = value
Nullable<int> CostThresholdForParallelism { get; set; }
property Nullable<int> CostThresholdForParallelism {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
function get CostThresholdForParallelism () : Nullable<int>
function set CostThresholdForParallelism (value : Nullable<int>)

プロパティ値

型 : System.Nullable<Int32>

参照

参照

ISqlServerOptions インターフェイス

ISqlServerOptions メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間