SchedulerCollection.SetAffinityToRange メソッド
指定した範囲でスケジューラに対する関係マスクを設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub SetAffinityToRange ( _
startIndex As Integer, _
endIndex As Integer, _
affinityMask As Boolean _
)
'使用
Dim instance As SchedulerCollection
Dim startIndex As Integer
Dim endIndex As Integer
Dim affinityMask As Boolean
instance.SetAffinityToRange(startIndex, _
endIndex, affinityMask)
public void SetAffinityToRange(
int startIndex,
int endIndex,
bool affinityMask
)
public:
void SetAffinityToRange(
int startIndex,
int endIndex,
bool affinityMask
)
member SetAffinityToRange :
startIndex:int *
endIndex:int *
affinityMask:bool -> unit
public function SetAffinityToRange(
startIndex : int,
endIndex : int,
affinityMask : boolean
)
パラメーター
- startIndex
型: System.Int32
範囲の開始値。
- endIndex
型: System.Int32
範囲の終了値。
- affinityMask
型: System.Boolean
指定された範囲内の個々のスケジューラに対して関係を設定する場合は true、それ以外の場合は false です。