Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
SQL Server
SQL Server 2012
Produktdokumentation
Trace Class
Alle reduzieren/Alle erweitern Alle reduzieren
Andere Versionen stehen ebenfalls zur Verfügung für:
Trace Class

Provides a mechanism to store event logs which can be later viewed or replayed. This class cannot be inherited.

Object
  MarshalByRefObject
    Component
      Microsoft.AnalysisServices..::.ModelComponent
        Microsoft.AnalysisServices..::.NamedComponent
          Microsoft.AnalysisServices..::.MajorObject
            Microsoft.AnalysisServices..::.Trace

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Visual Basic (Declaration)
<GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")> _
Public NotInheritable Class Trace _
    Inherits MajorObject _
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent,  _
    IDisposable, ITrace, ICloneable
Visual Basic (Usage)
Dim instance As Trace
C#
[GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")]
public sealed class Trace : MajorObject, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ITrace, ICloneable
Visual C++
[GuidAttribute(L"6418C2E4-B678-46c3-8762-DC344F549317")]
public ref class Trace sealed : public MajorObject, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ITrace, ICloneable
F#
[<SealedAttribute>]
[<GuidAttribute("6418C2E4-B678-46c3-8762-DC344F549317")>]
type Trace =  
    class
        inherit MajorObject
        interface IMajorObject
        interface INamedComponent
        interface IModelComponent
        interface IComponent
        interface IDisposable
        interface ITrace
        interface ICloneable
    end
JScript
public final class Trace extends MajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ITrace, ICloneable

The Trace type exposes the following members.

  NameDescription
Public methodTrace()()()Initializes a new instance of the Trace class using default values.
Public methodTrace(String, String)Initializes a new instance of the Trace class using a name and an identifier.
Top
  NameDescription
Public propertyAnnotationsGets the collection object of all annotations to current object. (Inherited from MajorObject.)
Public propertyAuditGets or sets a value that indicates whether the Trace object can drop any events, regardless of whether this results in degraded performance on the server.
Public propertyAutoRestartGets or sets a value that indicates whether a Trace object will automatically restart when the Microsoft SQL Server 2005 Analysis Services (SSAS) service stops and restarts.
Protected propertyCanRaiseEvents (Inherited from Component.)
Public propertyContainer (Inherited from Component.)
Public propertyCreatedTimestampGets or sets the date and time of the creation of the object. (Inherited from MajorObject.)
Public propertyDescriptionGets or sets a description string of current object. (Inherited from MajorObject.)
Protected propertyDesignMode (Inherited from Component.)
Public propertyEventsGets the collection of event objects to be captured by a Trace.
Public propertyFilterGets or sets the specified filter to add.
Protected propertyFriendlyNameReturns a user-friendly name. (Inherited from NamedComponent.)
Public propertyID (Inherited from NamedComponent.)
Public propertyIsLoadedInfrastructure. (Inherited from MajorObject.)
Public propertyIsStartedGets a value that indicates whether the Trace object was initiated.
Protected propertyKeyForCollectionReturns the key used in collections. (Inherited from NamedComponent.)
Public propertyLastSchemaUpdateGets or sets the date and time when current object schema was last updated. (Inherited from MajorObject.)
Public propertyLogFileAppendGets or sets a value that indicates whether the Trace appends its logging output to the existing log file, or overwrites it.
Public propertyLogFileNameGets or sets the file name of the log file for the Trace object.
Public propertyLogFileRolloverGets or sets a value that indicates whether logging of Trace output will roll over to a new file, or whether it will stop when the maximum log file size that is specified in LogFileSize is reached.
Public propertyLogFileSizeGets or sets the maximum log file size, in megabytes.
Public propertyName (Inherited from NamedComponent.)
Public propertyOwningCollectionGets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.)
Public propertyParentGets the parent Server of a Trace object. This class cannot be inherited.
Public propertySiteInfrastructure. (Inherited from NamedComponent.)
Public propertySiteIDInfrastructure. (Inherited from NamedComponent.)
Public propertyStopTimeGets or sets the date and time at which a Trace object should stop.
Public propertyXEventGets or sets the collection of XEvent that is part of this category.
Top
  NameDescription
Protected methodAddToContainerInfrastructure. (Inherited from ModelComponent.)
Protected methodAfterInsertInfrastructure. (Inherited from ModelComponent.)
Protected methodAfterMoveInfrastructure. (Inherited from ModelComponent.)
Protected methodAfterRemoveInfrastructure. (Inherited from ModelComponent.)
Protected methodBeforeRemoveInfrastructure. (Inherited from ModelComponent.)
Public methodClone()()()Creates a new, full copy of Trace.
Protected methodClone(Boolean)Infrastructure. (Inherited from MajorObject.)
Protected methodCopyTo(ModelComponent)Infrastructure. (Inherited from ModelComponent.)
Protected methodCopyTo(NamedComponent)Infrastructure. (Inherited from NamedComponent.)
Public methodCopyTo(Trace)Copies a Trace to the specified object.
Protected methodCopyTo(MajorObject, Boolean)Infrastructure. (Inherited from MajorObject.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDispose()()() (Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from Component.)
Public methodDrop()()()Removes current object and updates server. (Inherited from MajorObject.)
Public methodDrop(DropOptions)Removes current object and updates server using specified options. (Inherited from MajorObject.)
Public methodDrop(DropOptions, XmlaWarningCollection)Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings object. (Inherited from MajorObject.)
Public methodDrop(DropOptions, XmlaWarningCollection, ImpactDetailCollection)Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Inherited from MajorObject.)
Public methodDrop(DropOptions, XmlaWarningCollection, ImpactDetailCollection, Boolean)Removes current object and updates server using specified options. Warnings resulting from drop operation are returned on the specified warnings variable and results for affected objects in operation are returned on specified impactResult variable. (Inherited from MajorObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Component.)
Protected methodGetCreateReferencesInfrastructure. (Inherited from MajorObject.)
Public methodGetDependentsInfrastructure. (Inherited from MajorObject.)
Protected methodGetDropDependentsInfrastructure. (Inherited from MajorObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetReferencesInfrastructure. (Inherited from MajorObject.)
Protected methodGetService (Inherited from Component.)
Public methodGetType (Inherited from Object.)
Public methodGetUpdateOverwritesInfrastructure. (Inherited from MajorObject.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone()()() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodRefresh()()()Updates current object from server definitions. (Inherited from MajorObject.)
Public methodRefresh(Boolean)Updates current object from server definitions and loaded dependent objects if specified. (Inherited from MajorObject.)
Public methodRefresh(Boolean, RefreshType)Updates current object from server definitions and loaded dependent objects if specified. (Inherited from MajorObject.)
Protected methodRemoveFromContainerInfrastructure. (Inherited from ModelComponent.)
Protected methodResetInfrastructure. (Inherited from NamedComponent.)
Public methodStartStarts a Trace.
Public methodStopStops a Trace.
Public methodSubmit()()()Infrastructure. (Inherited from ModelComponent.)
Public methodSubmit(Boolean)Infrastructure. (Inherited from ModelComponent.)
Public methodToString (Inherited from NamedComponent.)
Public methodUpdate()()()Updates server definition of current object to actual values using the default values to update dependent objects. (Inherited from MajorObject.)
Public methodUpdate(UpdateOptions)Updates server definition of current object to actual values using the specified options to update dependent objects. (Inherited from MajorObject.)
Public methodUpdate(UpdateOptions, UpdateMode)Updates server definition of current object to actual values using the specified options to update dependent objects. (Inherited from MajorObject.)
Public methodUpdate(UpdateOptions, UpdateMode, XmlaWarningCollection)Updates server definition of current object to actual values using the specified options to update dependent objects and reports any warnings from operation. (Inherited from MajorObject.)
Public methodUpdate(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection)Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. (Inherited from MajorObject.)
Public methodUpdate(UpdateOptions, UpdateMode, XmlaWarningCollection, ImpactDetailCollection, Boolean)Updates server definition of current object to actual values using specified options to update dependent objects, reports any warnings from operation, and returns affected objects from operation. If analyzeImpactOnly is true, an impact analysis operation is performed with no update operation. (Inherited from MajorObject.)
Public methodValidate(ValidationErrorCollection)Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.)
Public methodValidate(ValidationResultCollection) (Inherited from MajorObject.)
Public methodValidate(ValidationErrorCollection, Boolean)Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent.)
Public methodValidate(ValidationResultCollection, ValidationOptions) (Inherited from MajorObject.)
Public methodValidate(ValidationErrorCollection, Boolean, ServerEdition) (Inherited from NamedComponent.)
Public methodValidate(ValidationResultCollection, ValidationOptions, ServerEdition) (Inherited from MajorObject.)
Top
  NameDescription
Public eventDisposed (Inherited from Component.)
Public eventOnEventAssigns a certain trace event handler to an event associated with a Trace object.
Public eventStoppedIndicates that a Trace has stopped. This class cannot be inherited.
Top
  NameDescription
Explicit interface implemetationPrivate methodICloneableCloneCreates a new object that is a copy of the current instance.
Explicit interface implemetationPrivate methodIDeserializationCallbackOnDeserialization (Inherited from MajorObject.)
Explicit interface implemetationPrivate methodIFormattableToString (Inherited from NamedComponent.)
Explicit interface implemetationPrivate methodIDeserializationStartCallback..::.OnDeserializationBegin (Inherited from MajorObject.)
Explicit interface implemetationPrivate propertyIHostableComponent..::.Host (Inherited from ModelComponent.)
Explicit interface implemetationPrivate propertyIMajorObject..::.BaseTypeInfrastructure. Gets the base type implementation of the trace.
Explicit interface implemetationPrivate methodIMajorObject..::.CreateBodyInfrastructure. Creates a new body for the trace.
Explicit interface implemetationPrivate methodIMajorObject..::.DependsOnInfrastructure. Determines whether the trace depends on an object.
Explicit interface implemetationPrivate propertyIMajorObject..::.ObjectReferenceInfrastructure. Gets the object reference implementation of the trace.
Explicit interface implemetationPrivate propertyIMajorObject..::.ParentDatabaseInfrastructure. Gets the parent database implementation of the trace.
Explicit interface implemetationPrivate propertyIMajorObject..::.ParentServerInfrastructure. Gets the parent server implementation of the trace.
Explicit interface implemetationPrivate propertyIMajorObject..::.PathInfrastructure. Gets the path implementation of the trace.
Explicit interface implemetationPrivate methodIMajorObject..::.WriteRefInfrastructure. Writes a reference for the trace.
Explicit interface implemetationPrivate propertyIModelComponent..::.FriendlyPath (Inherited from ModelComponent.)
Explicit interface implemetationPrivate propertyIModelComponent..::.OwningCollection (Inherited from ModelComponent.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. Alle Rechte vorbehalten. Nutzungsbedingungen | Markenzeichen | Informationen zur Datensicherheit
Page view tracker