SMS_AppDTDeploymentSummary Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_AppDTDeploymentSummary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the deployment type-level summary of application deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AppDTDeploymentSummary : SMS_BaseClass
{
UInt32 AppCI;
String AppModelName;
UInt32 AssignmentID;
String AssignmentUniqueID;
String CollectionID;
String CollectionName;
UInt32 DeploymentIntent;
DateTime DeploymentTime;
String Description;
UInt32 DTCI;
String DTModelName;
DateTime ModificationTime;
SInt32 NumberAlreadyPresent;
SInt32 NumberErrors;
SInt32 NumberInProgress;
SInt32 NumberInstalled;
SInt32 NumberReqsNotMet;
DateTime SummarizationTime;
String Technology;
};
The SMS_AppDTDeploymentSummary class does not define any methods.
- AppCI
Data type: UInt32
Access type: Read/Write
Qualifiers: none
- AppModelName
Data type: String
Access type: Read/Write
Qualifiers: none
Model Name of the application.
- AssignmentID
Data type: UInt32
Access type: Read/Write
Qualifiers: none
- AssignmentUniqueID
Data type: String
Access type: Read/Write
Qualifiers: [key]
- CollectionID
Data type: String
Access type: Read/Write
Qualifiers: none
See SMS_AppDeploymentAssetDetails Server WMI Class.The ID of the collection to which the deployment was deployed.
- CollectionName
Data type: String
Access type: Read/Write
Qualifiers: none
- DeploymentIntent
Data type: UInt32
Access type: Read/Write
Qualifiers: none
- DeploymentTime
Data type: DateTime
Access type: Read/Write
Qualifiers: none
Time the deployment was created.
- Description
Data type: String
Access type: Read/Write
Qualifiers: none
Description of the deployment type.
- DTCI
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
- DTModelName
Data type: String
Access type: Read/Write
Qualifiers: none
Model name of the deployment type.
- ModificationTime
Data type: DateTime
Access type: Read/Write
Qualifiers: none
Time that the deployment type was last modified.
- NumberAlreadyPresent
Data type: SInt32
Access type: Read/Write
Qualifiers: none
Number of clients that have this deployment type installed.
- NumberErrors
Data type: SInt32
Access type: Read/Write
Qualifiers: none
Number of clients that return an error during an installation.
- NumberInProgress
Data type: SInt32
Access type: Read/Write
Qualifiers: none
Number of clients that have this deployment type installation in progress.
- NumberInstalled
Data type: SInt32
Access type: Read/Write
Qualifiers: none
Number of clients that have this deployment type installed.
- NumberReqsNotMet
Data type: SInt32
Access type: Read/Write
Qualifiers: none
Number of clients that do not meet the requirements of this deployment type.
- SummarizationTime
Data type: DateTime
Access type: Read/Write
Qualifiers: none
Time when summarization occurs.
- Technology
Data type: String
Access type: Read/Write
Qualifiers: none
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.