CollectorConfigStore 類別
CollectorConfigStore 類別會實作資料收集器的組態存放區。
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
Microsoft.SqlServer.Management.Collector..::..CollectorConfigStore
命名空間: Microsoft.SqlServer.Management.Collector
組件: Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)
語法
'宣告
Public NotInheritable Class CollectorConfigStore _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, _
ISfcHasConnection
'用途
Dim instance As CollectorConfigStore
public sealed class CollectorConfigStore : SfcInstance,
ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, ISfcHasConnection
public ref class CollectorConfigStore sealed : public SfcInstance,
ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, ISfcHasConnection
[<SealedAttribute>]
type CollectorConfigStore =
class
inherit SfcInstance
interface ISfcAlterable
interface IAlterable
interface ISfcDomain
interface ISfcDomainLite
interface ISfcHasConnection
end
public final class CollectorConfigStore extends SfcInstance implements ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, ISfcHasConnection
CollectorConfigStore 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
CollectorConfigStore() () () () | 初始化 CollectorConfigStore 物件。 | |
CollectorConfigStore(SqlStoreConnection) | 初始化 CollectorConfigStore 物件。 |
上層
屬性
名稱 | 說明 | |
---|---|---|
AbstractIdentityKey | (繼承自 SfcInstance。) | |
CacheDirectory | 取得或設定快取目錄的路徑和資料夾名稱。 | |
CacheWindow | 取得或設定所收集之資料的上傳嘗試次數。 | |
CollectionSets | 取得組態存放區中的收集組。 | |
Enabled | 取得 Boolean 屬性值,指出資料收集器是否已啟用。 | |
IdentityKey | 取得組態存放區的識別索引鍵。 | |
MDWDatabase | 取得或設定保存所收集之資料的資料庫名稱。 | |
MDWInstance | 取得或設定管理資料倉儲所在的執行個體。 | |
Metadata | (繼承自 SfcInstance。) | |
Parent | (繼承自 SfcInstance。) | |
Properties | (繼承自 SfcInstance。) | |
PropertyStorageProvider | (繼承自 SfcInstance。) | |
State | (繼承自 SfcInstance。) | |
Urn | (繼承自 SfcInstance。) |
上層
方法
上層
事件
名稱 | 說明 | |
---|---|---|
propertyChanged | (繼承自 SfcInstance。) | |
PropertyChanged | (繼承自 SfcInstance。) | |
propertyMetadataChanged | (繼承自 SfcInstance。) | |
PropertyMetadataChanged | (繼承自 SfcInstance。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
ISfcHasConnection. . :: . .ConnectionContext | 此屬性僅供內部使用。 | |
ISfcDomainLite. . :: . .DomainInstanceName | 此屬性僅供內部使用。 | |
ISfcDomainLite. . :: . .DomainName | 此屬性僅供內部使用。 | |
ISfcHasConnection. . :: . .GetConnection() () () () | 取得與備用儲存體之間的伺服器連接。不要直接在程式碼中參考此成員。其支援 SQL Server 基礎結構。 | |
ISfcHasConnection. . :: . .GetConnection(SfcObjectQueryMode) | 取得與備用儲存體之間的伺服器連接,該儲存體支援指定的查詢處理模式。 | |
ISfcDomain. . :: . .GetExecutionEngine | 此方法僅供內部使用。 | |
ISfcDomain. . :: . .GetKey | 此方法僅供內部使用。 | |
ISfcDomainLite. . :: . .GetLogicalVersion | 此屬性僅供內部使用。 | |
ISfcDomain. . :: . .GetType | 此方法僅供內部使用。 | |
ISfcDomain. . :: . .GetTypeMetadata | 此方法僅供內部使用。 | |
ISfcAlterable. . :: . .ScriptAlter | 此方法僅供內部使用。 | |
ISfcHasConnection. . :: . .SetConnection | 設定網域根目錄的使用中連接。不要直接在程式碼中參考此成員。其支援 SQL Server 基礎結構。 | |
ISfcDomain. . :: . .UseSfcStateManagement | 此屬性僅供內部使用。 |
上層
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。