Класс CollectionItem
The CollectionItem class creates an instance of a collection item.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.Collector.CollectionItem
Пространство имен: Microsoft.SqlServer.Management.Collector
Сборка: Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)
Синтаксис
'Декларация
Public NotInheritable Class CollectionItem _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcRenamable, IRenamable, _
IMarkForDrop
'Применение
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
Тип CollectionItem обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
CollectionItem | Creates an instance of a collection item given the collection set name and an item name. |
В начало
Свойства
Имя | Описание | |
---|---|---|
AbstractIdentityKey | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от 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. (Производный от 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. (Производный от SfcInstance.) | |
State | Returns the state of the SfcInstance object. (Производный от 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. (Производный от SfcInstance.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Alter | Alters a collection item by applying the changes to the configuration store. | |
CreateIdentityKey | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) | |
Discover | This method is for internal use only. (Переопределяет SfcInstance.Discover(ISfcDependencyDiscoveryObjectSink).) | |
Equals | (Производный от Object.) | |
GetChildCollection | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) | |
GetDomain | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) | |
GetHashCode | (Производный от Object.) | |
GetObjectFactory | Instantiates an instance of the constructor used for collection items. | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Производный от SfcInstance.) | |
GetType | (Производный от Object.) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) | |
InitializeUIPropertyState | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от 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. (Производный от SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Производный от SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Производный от SfcInstance.) | |
Rename | Renames a collection item. | |
ResetKey | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) | |
Serialize | Serializes the instance to XML. (Производный от SfcInstance.) | |
ToString | Returns a string representation of the instance Urn. (Производный от SfcInstance.) |
В начало
События
Имя | Описание | |
---|---|---|
PropertyChanged | CLS-compliant event for property changes. (Производный от SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Производный от SfcInstance.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
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. |
В начало
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.