Classe CollectionItem
The CollectionItem class creates an instance of a collection item.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.Collector.CollectionItem
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
Public NotInheritable Class CollectionItem _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcRenamable, IRenamable, _
IMarkForDrop
'Uso
Dim instance As CollectionItem
public sealed class CollectionItem : SfcInstance,
ISfcAlterable, IAlterable, ISfcRenamable, IRenamable, IMarkForDrop
public ref class CollectionItem sealed : public SfcInstance,
ISfcAlterable, IAlterable, ISfcRenamable, IRenamable, IMarkForDrop
[<SealedAttribute>]
type CollectionItem =
class
inherit SfcInstance
interface ISfcAlterable
interface IAlterable
interface ISfcRenamable
interface IRenamable
interface IMarkForDrop
end
public final class CollectionItem extends SfcInstance implements ISfcAlterable, IAlterable, ISfcRenamable, IRenamable, IMarkForDrop
O tipo CollectionItem expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
CollectionItem | Creates an instance of a collection item given the collection set name and an item name. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
CollectionFrequency | Gets or sets the collection frequency for this item if the collection set is running in CollectionMode = "continuous". | |
Id | Gets the collection item Id. | |
IdentityKey | Gets the identity key for the collection item. | |
Metadata | Returns metadata about the instance and its domain. (Herdado de SfcInstance.) | |
Name | Gets or sets the collection item name. | |
Parameters | Gets or sets collection item parameters. | |
Parent | Gets or sets the parent object in the object model hierarchy. | |
Properties | Returns a collection instance properties. (Herdado de SfcInstance.) | |
State | Returns the state of the SfcInstance object. (Herdado de SfcInstance.) | |
TypeName | Gets or sets the name of the collector type that the collection item implements. | |
Urn | Returns the uniform resource name of the SfcInstance object. (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Alter | Alters a collection item by applying the changes to the configuration store. | |
CreateIdentityKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Discover | This method is for internal use only. (Substitui SfcInstance.Discover(ISfcDependencyDiscoveryObjectSink).) | |
Equals | (Herdado de Object.) | |
GetChildCollection | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetDomain | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Instantiates an instance of the constructor used for collection items. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
InitializeUIPropertyState | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
MarkForDrop | This method marks a collection item for dropping if the collection item has been changed. | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Herdado de SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Herdado de SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Herdado de SfcInstance.) | |
Rename | Renames a collection item. | |
ResetKey | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de SfcInstance.) | |
Serialize | Serializes the instance to XML. (Herdado de SfcInstance.) | |
ToString | Returns a string representation of the instance Urn. (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | CLS-compliant event for property changes. (Herdado de SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Herdado de SfcInstance.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ISfcAlterable.ScriptAlter | This method is for internal use only. | |
ISfcRenamable.Rename | This method is for internal use only. | |
ISfcRenamable.ScriptRename | This method is for internal use only. |
Início
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.