Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_ClientDataSourcesPolicy Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents client policy data sources.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_ClientDataSourcesPolicy : SMS_BaseClass
{
UInt64 BranchCacheBytes;
UInt64 ManagementPointBytes;
};
Methods
The SMS_ClientDataSourcesPolicy class does not define any methods.
Properties
BranchCacheBytes
Data type: UInt64
Access type: Read
Qualifiers: none
The number of bytes from the branch cache.
ManagementPointBytes
Data type: UInt64
Access type: Read
Qualifiers: none
The number of bytes from management points.
Remarks
Class qualifiers for this class include:
Dynamic
Read (read-only)
Singleton
Secured
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.