CostThresholdForParallelism プロパティ
参照されたプロパティの値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Property CostThresholdForParallelism As Integer
Get
Set
'使用
Dim instance As ServerAdapterBase
Dim value As Integer
value = instance.CostThresholdForParallelism
instance.CostThresholdForParallelism = value
public int CostThresholdForParallelism { get; set; }
public:
virtual property int CostThresholdForParallelism {
int get () sealed;
void set (int value) sealed;
}
abstract CostThresholdForParallelism : int with get, set
override CostThresholdForParallelism : int with get, set
final function get CostThresholdForParallelism () : int
final function set CostThresholdForParallelism (value : int)
プロパティ値
型: System. . :: . .Int32
参照されたプロパティ オプションの値を含む Int32 値です。