Compartir a través de


CollectionSet Miembros

The CollectionSet class is derived from SFC::SfcInstanceBase and implements SFC::ICreatable, SFC::IDropable, and SFC::IAlterable.

El tipo CollectionSet expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico CollectionSet() () () () Instantiates a collection set object.
Método publico CollectionSet(CollectorConfigStore, String) Initialize an instance of a CollectionSet given a CollectorConfigStore object as a parent and a collection set name.

Principio

Métodos

  Nombre Descripción
Método publico Alter Alter collection set information in the configuration store.
Método protegido AlterImpl (Se hereda de SfcInstance).
Método protegido CheckObjectCreated (Se hereda de SfcInstance).
Método protegido CheckObjectState (Se hereda de SfcInstance).
Método publico Create Creates a collection set.
Método protegido CreateIdentityKey (Se hereda de SfcInstance).
Método protegido CreateImpl (Se hereda de SfcInstance).
Método publico Discover (Se hereda de SfcInstance).
Método publico Drop Drops a collection set.
Método protegido DropImpl (Se hereda de SfcInstance).
Método publico EnumCollectionSetExecutionHistory() () () () An enumerator that gets the history records for specific collection set.
Método publico EnumCollectionSetExecutionHistory(Int64)
Método publico EnumCollectionSetExecutionHistoryDetail
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido GetChildCollection (Se hereda de SfcInstance).
Método publico GetDomain (Se hereda de SfcInstance).
Método publico GetHashCode (Se hereda de Object).
Método publico GetLastUploadTime Gets the last time that collection set data was uploaded.
Método publicoMiembro estático GetObjectFactory Gets the object factory constructor for the [CollectorConfigStore] object.
Método publico GetPropertySet (Se hereda de SfcInstance).
Método publico GetType (Se hereda de Object).
Método protegido GetTypeMetadataImpl (Se hereda de SfcInstance).
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance).
Método protegido MarkForDropImpl (Se hereda de SfcInstance).
Método protegido MarkRootAsConnected (Se hereda de SfcInstance).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido MoveImpl (Se hereda de SfcInstance).
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance).
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance).
Método protegido PostAlter (Se hereda de SfcInstance).
Método protegido PostCreate (Se hereda de SfcInstance).
Método protegido PostDrop (Se hereda de SfcInstance).
Método protegido PostMove (Se hereda de SfcInstance).
Método protegido PostRename (Se hereda de SfcInstance).
Método publico Refresh (Se hereda de SfcInstance).
Método publico Rename Renames a collection set.
Método protegido RenameImpl (Se hereda de SfcInstance).
Método protegido ResetKey (Se hereda de SfcInstance).
Método publico RunOnce
Método publico ScriptAlter
Método publico Serialize (Se hereda de SfcInstance).
Método publico Start Starts a colllection set.
Método publico Stop Stops a collection set.
Método publico ToString (Se hereda de SfcInstance).
Método protegido UpdateUIPropertyState (Se hereda de SfcInstance).
Método publico Upload Uploads a collection set on demand.
Método protegido Validate (Se hereda de SfcInstance).

Principio

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance).
Propiedad pública CollectionItems Gets the collection items in a collection set.
Propiedad pública CollectionMode Gets or sets the collection mode for the collection set.
Propiedad pública DaysUntilExpiration Gets or sets the number of days that the collected data is saved in the management data warehouse.
Propiedad pública Description Gets or sets the description of the collection set.
Propiedad pública Id Gets the local ID for the collection set.
Propiedad pública IdentityKey Gets the identity key for the collection set.
Propiedad pública IsRunning Gets the Boolean property value that indicates whether or not the collection set is running.
Propiedad pública IsSystem Gets the Boolean property value that indicates whether or the collection set is a system collection set.
Propiedad pública LoggingLevel Gets or sets the logging level for the collection set.
Propiedad pública Metadata (Se hereda de SfcInstance).
Propiedad pública Name Gets or sets the name of the collection set.
Propiedad pública Parent Gets or sets the parent store that this collection set belongs to.
Propiedad pública Properties (Se hereda de SfcInstance).
Propiedad protegida PropertyStorageProvider (Se hereda de SfcInstance).
Propiedad pública ProxyName Gets or sets the name of the SQL Server Agent proxy account under which the collection set executes.
Propiedad pública ScheduleName Gets or sets the name of the SQL Server Agent schedule that is associated to the collection set.
Propiedad pública State Gets the state of the collection set.
Propiedad pública TargetName Gets or sets the name of the target that the collection set will collect data from.
Propiedad pública UId Gets or sets the globally unique ID for the collection set.
Propiedad pública Urn (Se hereda de SfcInstance).

Principio

Eventos

  Nombre Descripción
Evento protegido propertyChanged (Se hereda de SfcInstance).
Evento público PropertyChanged (Se hereda de SfcInstance).
Evento protegido propertyMetadataChanged (Se hereda de SfcInstance).
Evento público PropertyMetadataChanged (Se hereda de SfcInstance).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcDiscoverObjectDiscover This method is for internal use only.
Implementación de interfaces explícitasMétodo privado ISfcRenamableRename This method is for internal use only.
Implementación de interfaces explícitasMétodo privado ISfcCreatableScriptCreate This method is for internal use only.
Implementación de interfaces explícitasMétodo privado ISfcDroppableScriptDrop This method is for internal use only.
Implementación de interfaces explícitasMétodo privado ISfcRenamableScriptRename This method is for internal use only.

Principio