ServerInformationProviderCollection 類別

定義

代表一組伺服器資訊。

public ref class ServerInformationProviderCollection : Microsoft::SqlServer::Management::ConfigurationSection
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ServerInformationProviderCollection : Microsoft.SqlServer.Management.ConfigurationSection
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ServerInformationProviderCollection = class
    inherit ConfigurationSection
Public Class ServerInformationProviderCollection
Inherits ConfigurationSection
繼承
ServerInformationProviderCollection
屬性

建構函式

名稱 Description
ServerInformationProviderCollection()

初始化 ServerInformationProviderCollection 類別的新執行個體。

屬性

名稱 Description
LoadedFrom

在配置區段中取得或設定載入的表單。

(繼承來源 ConfigurationSection)
Provider

取得或設定資訊收集。

ResourceManager

取得或設定 ResourceManager 控制項的字串值。

(繼承來源 LocalizationManager)
Source

取得或設定區段的原始碼。

(繼承來源 ConfigurationSection)

適用於