MSFT_MPFSiteLogGroup
WMI class that represents site log groups of Microsoft® Provisioning Framework (MPF) in the configuration database. A site log group is a relationship between a site and a transaction log group. Used by Configuration Database WMI Provider.
Syntax
class MSFT_MPFSiteLogGroup { [key] MSFT_MPFSite ref SiteName; [key] MSFT_MPFTranLogGroup ref LogGroupName; }; Table
- SiteLogGroups
Properties
- MSFT_MPFSite ref SiteName * +
- A reference to the site used by the log group.
- MSFT_MPFTranLogGroup ref LogGroupName * +
- A reference to the transaction log group used by the site log group.
- * Key property
+ Reference propertySee also
MSDN® information on Windows Management Instrumentation (WMI), MSFT_MPFSite, MSFT_MPFTranLogGroup
Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.