AddSiteSystem-Methode in der Klasse „SMS_BoundaryGroup“AddSiteSystem Method in Class SMS_BoundaryGroup
Die AddSiteSystem
Windows-Verwaltungsinstrumentation (WMI)-Klassenmethode in Configuration Manager fügt dieser Begrenzungs Gruppe ein Standortsystem hinzu.The AddSiteSystem
Windows Management Instrumentation (WMI) class method, in Configuration Manager, adds a site system to 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 AddSiteSystem(
String ServerNALPath[];
UInt32 Flags[]
);
ParameterParameters
ServerNALPath
Datentyp: String
ArrayData type: String
Array
Qualifizierer: [in]Qualifiers: [in]
Der NAL-Pfad (Network Abstraktion Layer) zum Standortsystem.Network abstraction layer (NAL) path to the site system.
Flags
Datentyp: UInt32
ArrayData type: UInt32
Array
Qualifizierer: [in]Qualifiers: [in]
Identifiziert die Geschwindigkeit der Netzwerkverbindung zwischen dem Standortsystem Server und den Clients, die eine Verbindung herstellen.Identifies the network connection speed between the site system server and the connecting clients. Mögliche Werte:Possible values are:
WertValue | VerbindungsgeschwindigkeitConnection speed |
---|---|
00 | SchnellFast |
11 | LangsamSlow |
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