Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplication.UsageSharePoint Usage Application

Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplication.Usage (ClassType)

Usage application instance.

Element properties:

Base ClassMicrosoft.SharePoint.Foundation.2010.SPSharedServiceApplication
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde7e85472-0a7c-491d-e9f4-ca5f050f1225

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplication:
FarmID  string  FarmID Farm ID of a Shared Service Application. true 256  False 
ServiceApplicationID  string  ServiceApplicationID Service ApplicationID ID of a Shared Service Application. true 256  False 
TypeName  string  Shared Service Application Type Name Typename property of a Shared Service Application. false 256  False 
Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplication.Usage:
IsLoggingEnabled  bool  IsLoggingEnabled Is logging enabled for this usage application. false 256   
Database  string  Database Database for this usage application. false 256  False 
Server  string  Server Database server for this usage application. false 256  False 
ConnectionString  string  ConnectionString Connection string for usage database. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplication.Usage" Accessibility="Public" Abstract="false" Base="Microsoft.SharePoint.Foundation.2010.SPSharedServiceApplication" Hosted="false" Singleton="false">
<Property ID="IsLoggingEnabled" Type="bool" Key="false"/>
<Property ID="Database" Type="string" Key="false"/>
<Property ID="Server" Type="string" Key="false"/>
<Property ID="ConnectionString" Type="string" Key="false"/>
</ClassType>