Edit

SMS_ClientDataSourcesPolicy Server WMI Class

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:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.