Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the affinity mask for the Scheduler in the specified range.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SetAffinityToRange ( _
startIndex As Integer, _
endIndex As Integer, _
affinityMask As Boolean _
)
'Usage
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
)
Parameter
- startIndex
Typ: System.Int32
The beginning of the range.
- endIndex
Typ: System.Int32
The end of the range.
- affinityMask
Typ: System.Boolean
true to set the affinity to each scheduler in the specified range; otherwise, false.