Compartir a través de


Clase CollectionSet

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.Collector.CollectionSet

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public NotInheritable Class CollectionSet _
    Inherits SfcInstance _
    Implements ISfcCreatable, ICreatable, ISfcDroppable, IDroppable,  _
    ISfcAlterable, IAlterable, ISfcRenamable, ISfcDiscoverObject
'Uso
Dim instance As CollectionSet
public sealed class CollectionSet : SfcInstance, 
    ISfcCreatable, ICreatable, ISfcDroppable, IDroppable, ISfcAlterable, 
    IAlterable, ISfcRenamable, ISfcDiscoverObject
public ref class CollectionSet sealed : public SfcInstance, 
    ISfcCreatable, ICreatable, ISfcDroppable, IDroppable, ISfcAlterable, 
    IAlterable, ISfcRenamable, ISfcDiscoverObject
[<SealedAttribute>]
type CollectionSet =  
    class 
        inherit SfcInstance 
        interface ISfcCreatable 
        interface ICreatable 
        interface ISfcDroppable 
        interface IDroppable 
        interface ISfcAlterable 
        interface IAlterable 
        interface ISfcRenamable 
        interface ISfcDiscoverObject 
    end
public final class CollectionSet extends SfcInstance implements ISfcCreatable, ICreatable, ISfcDroppable, IDroppable, ISfcAlterable, IAlterable, ISfcRenamable, ISfcDiscoverObject

El tipo CollectionSet expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (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 Returns metadata about the instance and its domain. (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 Returns a collection instance properties. (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 Returns the uniform resource name of the SfcInstance object. (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método público Alter Alter collection set information in the configuration store.
Método público Create Creates a collection set.
Método protegido CreateIdentityKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público Discover No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público Drop Drops a collection set.
Método público EnumCollectionSetExecutionHistory() An enumerator that gets the history records for specific collection set.
Método público EnumCollectionSetExecutionHistory(Int64) This method is for internal use only.
Método público EnumCollectionSetExecutionHistoryDetail This method is for internal use only.
Método público Equals (Se hereda de Object.)
Método protegido GetChildCollection No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público GetDomain No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLastUploadTime Gets the last time that collection set data was uploaded.
Método públicoMiembro estático GetObjectFactory Gets the object factory constructor for the [CollectorConfigStore] object.
Método público GetPropertySet Returns the set of properties for the SfcInstance object. (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método protegido InitializeUIPropertyState No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Se hereda de SfcInstance.)
Método público Refresh Refreshes the object's properties by reading them from the server. (Se hereda de SfcInstance.)
Método público Rename Renames a collection set.
Método protegido ResetKey No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.)
Método público RunOnce Specifies the collection set is to be run once.
Método público ScriptAlter This method is for internal use only.
Método público Serialize Serializes the instance to XML. (Se hereda de SfcInstance.)
Método público Start Starts a collection set.
Método público Stop Stops a collection set.
Método público ToString Returns a string representation of the instance Urn. (Se hereda de SfcInstance.)
Método público Upload Uploads a collection set on demand.

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged CLS-compliant event for property changes. (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged CLS-compliant event for property metadata changes. (Se hereda de SfcInstance.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISfcCreatable.ScriptCreate Produces the script to create this object to storage in its current state. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Implementación de interfaces explícitasMétodo privado ISfcDiscoverObject.Discover Allows the object to indicate relationships for dependency discovery requests via the passed sink. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Implementación de interfaces explícitasMétodo privado ISfcDroppable.ScriptDrop Produces the script to drop this object from storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Implementación de interfaces explícitasMétodo privado ISfcRenamable.Rename Renames this object to the specified key and updates the storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Implementación de interfaces explícitasMétodo privado ISfcRenamable.ScriptRename Produces the script to rename this object to the specified key. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Arriba

Comentarios

This class is used for collection sets.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Collector