SPRSDiagnosticsService Class
This API supports the infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
SPAutoSerializingObject
SPPersistedObject
SPPersistedUpgradableObject
SPService
SPDiagnosticsServiceBase
Microsoft.ReportingServices.SharePoint.Common.SPRSDiagnosticsService
Namespace: Microsoft.ReportingServices.SharePoint.Common
Assembly: Microsoft.ReportingServices.SharePoint.Common (in Microsoft.ReportingServices.SharePoint.Common.dll)
Syntax
'Declaration
<GuidAttribute("BCB3A7BC-A131-4bf3-B096-F7042F923DE1")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRSDiagnosticsService _
Inherits SPDiagnosticsServiceBase
'Usage
Dim instance As SPRSDiagnosticsService
[GuidAttribute("BCB3A7BC-A131-4bf3-B096-F7042F923DE1")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRSDiagnosticsService : SPDiagnosticsServiceBase
[GuidAttribute(L"BCB3A7BC-A131-4bf3-B096-F7042F923DE1")]
[SharePointPermissionAttribute(SecurityAction::LinkDemand, ObjectModel = true)]
public ref class SPRSDiagnosticsService sealed : public SPDiagnosticsServiceBase
[<SealedAttribute>]
[<GuidAttribute("BCB3A7BC-A131-4bf3-B096-F7042F923DE1")>]
[<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)>]
type SPRSDiagnosticsService =
class
inherit SPDiagnosticsServiceBase
end
public final class SPRSDiagnosticsService extends SPDiagnosticsServiceBase
The SPRSDiagnosticsService type exposes the following members.
Properties
Name | Description | |
---|---|---|
Applications | (Inherited from SPService.) | |
Areas | (Inherited from SPDiagnosticsServiceBase.) | |
CanBackupRestoreAsConfiguration | (Inherited from SPDiagnosticsServiceBase.) | |
CanRenameOnRestore | (Inherited from SPDiagnosticsServiceBase.) | |
CanSelectForBackup | (Inherited from SPDiagnosticsServiceBase.) | |
CanSelectForRestore | (Inherited from SPDiagnosticsServiceBase.) | |
CanUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
DiskSizeRequired | (Inherited from SPDiagnosticsServiceBase.) | |
DisplayName | (Inherited from SPPersistedObject.) | |
Farm | (Inherited from SPPersistedObject.) | |
Id | (Inherited from SPPersistedObject.) | |
Instances | (Inherited from SPService.) | |
IsBackwardsCompatible | (Inherited from SPPersistedUpgradableObject.) | |
JobDefinitions | (Inherited from SPService.) | |
JobHistoryEntries | (Inherited from SPService.) | |
Local | ||
Name | (Inherited from SPPersistedObject.) | |
NeedsUpgrade | (Inherited from SPPersistedUpgradableObject.) | |
NeedsUpgradeIncludeChildren | (Inherited from SPPersistedUpgradableObject.) | |
Parent | (Inherited from SPPersistedObject.) | |
Properties | (Inherited from SPPersistedObject.) | |
Required | (Inherited from SPService.) | |
ResourceDll | (Inherited from SPDiagnosticsServiceBase.) | |
RunningJobs | (Inherited from SPService.) | |
Status | (Inherited from SPPersistedObject.) | |
TypeName | (Overrides SPPersistedObjectTypeName().) | |
UpgradeContext | (Inherited from SPPersistedUpgradableObject.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Version | (Inherited from SPPersistedObject.) | |
WasCreated | (Inherited from SPPersistedObject.) |
Top
Methods
Name | Description | |
---|---|---|
AddBackupObjects | (Inherited from SPDiagnosticsServiceBase.) | |
Clone | (Inherited from SPPersistedObject.) | |
Delete | (Inherited from SPService.) | |
Equals | (Inherited from SPPersistedObject.) | |
Finalize | (Inherited from Object.) | |
GetChild``1() | (Inherited from SPPersistedObject.) | |
GetChild``1(String) | (Inherited from SPPersistedObject.) | |
GetCreateApplicationLink | (Inherited from SPService.) | |
GetCreateApplicationOptions | (Inherited from SPService.) | |
GetHashCode | (Inherited from SPPersistedObject.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
HasAdditionalUpdateAccess | (Inherited from SPPersistedObject.) | |
Invalidate | (Inherited from SPPersistedUpgradableObject.) | |
MemberwiseClone | (Inherited from Object.) | |
OnAbort | (Inherited from SPDiagnosticsServiceBase.) | |
OnBackup | (Inherited from SPDiagnosticsServiceBase.) | |
OnBackupComplete | (Inherited from SPDiagnosticsServiceBase.) | |
OnDeserialization | (Inherited from SPPersistedObject.) | |
OnPostRestore | (Inherited from SPDiagnosticsServiceBase.) | |
OnPrepareBackup | (Inherited from SPDiagnosticsServiceBase.) | |
OnPreRestore | (Inherited from SPDiagnosticsServiceBase.) | |
OnRestore | (Inherited from SPDiagnosticsServiceBase.) | |
ProvideAreas | (Inherited from SPDiagnosticsServiceBase.) | |
Provision | (Inherited from SPPersistedObject.) | |
ResetAll | (Inherited from SPDiagnosticsServiceBase.) | |
SetAll(TraceSeverity) | (Inherited from SPDiagnosticsServiceBase.) | |
SetAll(EventSeverity) | (Inherited from SPDiagnosticsServiceBase.) | |
SetAll(TraceSeverity, EventSeverity) | (Inherited from SPDiagnosticsServiceBase.) | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | (Inherited from SPPersistedObject.) | |
Update() | (Inherited from SPDiagnosticsServiceBase.) | |
Update(Boolean) | (Inherited from SPPersistedObject.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) | |
Upgrade() | (Inherited from SPPersistedUpgradableObject.) | |
Upgrade(Boolean) | (Inherited from SPPersistedUpgradableObject.) | |
Validate | (Inherited from SPPersistedObject.) | |
ValidateBackwardsCompatibility | (Inherited from SPPersistedUpgradableObject.) | |
WriteEvent | (Inherited from SPDiagnosticsServiceBase.) | |
WriteTrace | (Inherited from SPDiagnosticsServiceBase.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name | (Inherited from SPDiagnosticsServiceBase.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.