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
属性

构造函数

名称 说明
ServerInformationProviderCollection()

初始化 ServerInformationProviderCollection 类的新实例。

属性

名称 说明
LoadedFrom

在配置部分获取或设置加载的表单。

(继承自 ConfigurationSection)
Provider

获取或设置信息收集。

ResourceManager

获取或设置 ResourceManager 控件的字符串值。

(继承自 LocalizationManager)
Source

获取或设置配置部分的源代码。

(继承自 ConfigurationSection)

适用于