RemoveBoundary-Methode in der Klasse „SMS_BoundaryGroup“RemoveBoundary Method in Class SMS_BoundaryGroup
Die RemoveBoundary
Windows-Verwaltungsinstrumentation (WMI)-Klassenmethode in Configuration Manager entfernt Grenzen aus dieser Begrenzungs Gruppe.The RemoveBoundary
Windows Management Instrumentation (WMI) class method, in Configuration Manager, removes boundaries from this boundary group.
Die folgende Syntax wird aus dem MOF-Code (Managed Object Format) vereinfacht und definiert die-Methode.The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
SyntaxSyntax
SInt32 RemoveBoundary(
UInt32 BoundaryID[]
);
ParameterParameters
BoundaryID
Datentyp: UInt32
ArrayData type: UInt32
Array
Qualifizierer: [in]Qualifiers: [in]
Eindeutiger Bezeichner der Grenze.Unique identifier of the boundary.
RückgabewerteReturn Values
Ein SInt32
Datentyp, der 0 (null) ist, um einen Erfolg oder einen anderen Wert als NULL anzugeben.An SInt32
data type that is 0 to indicate success or non-zero to indicate failure.
Informationen zur Behandlung von zurückgegebenen Fehlern finden Sie unter Informationen zu Configuration Manager Fehlern.For information about handling returned errors, see About Configuration Manager Errors.
Requirements (Anforderungen)Requirements
LaufzeitanforderungenRuntime Requirements
Weitere Informationen finden Sie unter Configuration Manager Server – Laufzeitanforderungen.For more information, see Configuration Manager Server Runtime Requirements.
EntwicklungsanforderungenDevelopment Requirements
Weitere Informationen finden Sie unter Configuration Manager Server – Entwicklungsanforderungen.For more information, see Configuration Manager Server Development Requirements.
Weitere InformationenSee Also
WMI-Klasse für den SMS_BoundaryGroup ServerSMS_BoundaryGroup Server WMI Class