SCRM 2006 SC_Service_DIMENSION_View
SC_Service_DIMENSION_View describes all of the Win32 services that exist in the enterprise.
SC_Service_DIMENSION_View
Column | Type | Constraint | Description |
---|---|---|---|
ServiceKey |
int |
Not Null |
Key that uniquely identifies each row in the SC_ServiceDimension_Table and allows a service to be associated with a product. |
ServiceLineageKey |
int |
Not Null |
Key that references the DTS lineage of the package that first detected that this service entry had been inserted into the SMS site database. |
ServiceDisplayName |
nvarchar |
Null values allowed |
Display name of the service reported by the Service Control Manager. |
ServiceName |
nvarchar |
Not Null |
Unique identifier of the service that indicates the functionality that is managed. |
ServiceType |
nvarchar |
Null values allowed |
Type of service provided to calling processes, using the following values:
|
ServiceStartName |
nvarchar |
Null values allowed |
Account name under which a service runs. Depending on the service type, the account name may be in the form of The service process is logged by using one of the following two forms when it runs:
|
See Also
Other Resources
SCRM 2006 MOM Views
SCRM 2006 Report Customization
SCRM 2006 SMS Views
SCRM 2006 Stored Procedures