CollectionSetExtender 類別
Allows adding the new properties to a CollectionSet and it also helps to establish dependencies between extended property and the original one
繼承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<CollectionSet>
Microsoft.SqlServer.Management.Collector.CollectionSetExtender
命名空間: Microsoft.SqlServer.Management.Collector
組件: Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)
語法
'宣告
Public NotInheritable Class CollectionSetExtender _
Inherits SfcObjectExtender(Of CollectionSet)
'用途
Dim instance As CollectionSetExtender
public sealed class CollectionSetExtender : SfcObjectExtender<CollectionSet>
public ref class CollectionSetExtender sealed : public SfcObjectExtender<CollectionSet^>
[<SealedAttribute>]
type CollectionSetExtender =
class
inherit SfcObjectExtender<CollectionSet>
end
public final class CollectionSetExtender extends SfcObjectExtender<CollectionSet>
CollectionSetExtender 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
CollectionSetExtender() | Initializes a new instance of the CollectionSetExtender class. | |
CollectionSetExtender(CollectionSet) | Initializes a new instance of the CollectionSetExtender class. | |
CollectionSetExtender(CollectorConfigStore, String) | Initializes a new instance of the CollectionSetExtender class. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetPropertySet | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) | |
GetType | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) | |
PropertyMetadataChanged | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 SfcObjectExtender<TSfcInstance>。) |
上層
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。