CollectionItem 類別
CollectionItem 類別會建立收集項的執行個體。
繼承階層
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 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
AbstractIdentityKey | (繼承自 SfcInstance。) | |
CollectionFrequency | 取得或設定此項目的收集頻率 (如果收集組是以 CollectionMode = "continuous" 執行)。 | |
Id | 取得收集項識別碼。 | |
IdentityKey | 取得收集項的識別索引鍵。 | |
Metadata | (繼承自 SfcInstance。) | |
Name | 取得或設定收集項名稱。 | |
Parameters | 取得或設定收集項參數。 | |
Parent | 取得或設定物件模型階層中的父物件。 | |
Properties | (繼承自 SfcInstance。) | |
PropertyStorageProvider | (繼承自 SfcInstance。) | |
State | (繼承自 SfcInstance。) | |
TypeName | 取得或設定收集項實作的收集器類型名稱。 | |
Urn | (繼承自 SfcInstance。) |
上層
方法
上層
事件
名稱 | 說明 | |
---|---|---|
propertyChanged | (繼承自 SfcInstance。) | |
PropertyChanged | (繼承自 SfcInstance。) | |
propertyMetadataChanged | (繼承自 SfcInstance。) | |
PropertyMetadataChanged | (繼承自 SfcInstance。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
ISfcRenamable. . :: . .Rename | 此方法僅供內部使用。 | |
ISfcAlterable. . :: . .ScriptAlter | 此方法僅供內部使用。 | |
ISfcRenamable. . :: . .ScriptRename | 此方法僅供內部使用。 |
上層
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。