WMI-Serverklasse „SMS_DistributionPointDriveInfo“SMS_DistributionPointDriveInfo Server WMI Class
Die SMS_DistributionPointDriveInfo
Windows-Verwaltungsinstrumentation (WMI)-Klasse ist eine SMS-Anbieter Serverklasse in Configuration Manager, die die grundlegenden Informationen zu den Laufwerken in einer Verteilungs Punkt-Standortsystem Rolle darstellt.The SMS_DistributionPointDriveInfo
Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the basic information about the drives on a distribution point site system role.
Die folgende Syntax wird durch MOF-Code (Managed Object Format) vereinfacht und schließt alle geerbten Eigenschaften ein.The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
SyntaxSyntax
Class SMS_DistributionPointDriveInfo : SMS_BaseClass
{
SInt64 BytesFree;
SInt64 BytesTotal;
SInt32 ConttentLibPriority;
String Drive;
String NALPath;
SInt32 ObjectType;
SInt32 PercentFree;
SInt32 PkgSharePriority;
String SiteCode;
SInt32 Status;
};
MethodenMethods
Die SMS_DistributionPointDriveInfo
-Klasse definiert keine Methoden.The SMS_DistributionPointDriveInfo
class does not define any methods.
EigenschaftenProperties
BytesFree
Datentyp: SInt64
Data type: SInt64
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Der freie, nicht verwendete Speicherplatz (in Kilobyte) für das Speicher Objekt.Amount of free, unused storage space, in kilobytes, for the storage object.
BytesTotal
Datentyp: SInt64
Data type: SInt64
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Maximale Speicherplatz Größe (in Kilobyte) des Speicher Objekts.Maximum amount of storage space, in kilobytes, of the storage object. Ein negativer Wert gibt an, dass Informationen zurzeit nicht verfügbar sind.A negative value indicates that information is currently unavailable.
ConttentLibPriority
Datentyp: SInt32
Data type: SInt32
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Die bevorzugte Reihenfolge für die Verteilung von Inhalt an dieses Laufwerk beim Kopieren von Paketen in die Configuration Manager Inhalts Bibliothek auf dem Verteilungs Punkt System.The order of preference for distributing content to this drive when copying packages to the Configuration Manager content library on the distribution point system. Niedrigere Werte werden gegenüber höheren Werten bevorzugt.Lower values are preferred over higher values.
Drive
Datentyp: String
Data type: String
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: [key]Qualifiers: [key]
Laufwerk, das vom Verteilungs Punkt verwendet wird.Drive that is used by the distribution point.
NALPath
Datentyp: String
Data type: String
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: [key]Qualifiers: [key]
Der NAL-Pfad (Network Abstraktion Layer) zum Verteilungs Punkt.Network abstraction layer (NAL) path to the distribution point.
ObjectType
Datentyp: SInt32
Data type: SInt32
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Objekttyp.Object type. Mögliche Werte:Possible values are:
WertValue | ObjekttypObject type |
---|---|
WertValue | BESCHREIBUNGDescription |
00 | PKG_TYPE_REGULARPKG_TYPE_REGULAR |
33 | PKG_TYPE_DRIVERPKG_TYPE_DRIVER |
44 | PKG_TYPE_TASK_SEQUENCEPKG_TYPE_TASK_SEQUENCE |
55 | PKG_TYPE_SWUPDATESPKG_TYPE_SWUPDATES |
66 | PKG_TYPE_DEVICE_SETTINGPKG_TYPE_DEVICE_SETTING |
88 | PKG_CONTENT_PACKAGEPKG_CONTENT_PACKAGE |
257257 | PKG_TYPE_IMAGEPKG_TYPE_IMAGE |
258258 | PKG_TYPE_BOOTIMAGEPKG_TYPE_BOOTIMAGE |
259259 | PKG_TYPE_OSINSTALLIMAGEPKG_TYPE_OSINSTALLIMAGE |
512512 | APPLICATIONAPPLICATION |
PercentFree
Datentyp: SInt32
Data type: SInt32
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Prozentsatz des freien Speicherplatzes, der für das Speicher Objekt verfügbar ist.Percentage of free storage space available on the storage object.
PkgSharePriority
Datentyp: SInt32
Data type: SInt32
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Die Reihenfolge der Verteilung von Paketen auf dieses Laufwerk, wenn Pakete an den Speicherort der Paket Freigabe übertragen werden.The order of preference for distributing packages to this drive when coping packages to package share location. Niedrigere Werte werden gegenüber höheren Werten bevorzugt.Lower values are preferred over higher values.
SiteCode
Datentyp: String
Data type: String
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Standortcode der Rolle.Site code of the role.
Status
Datentyp: SInt32
Data type: SInt32
Zugriffstyp: Lesen/SchreibenAccess type: Read/Write
Qualifizierer: keineQualifiers: none
Der zuletzt zurückgegebene Fehlercode von versucht, Inhalt auf dieses Laufwerk zu kopieren.The last returned error code from attempts to copy content to this drive. Der Status 0 steht für Erfolg.A status of 0 indicates success.
BemerkungenRemarks
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.