RegisteredPropertyDictionary 类

定义

表示字典中类的注册属性。

public ref class RegisteredPropertyDictionary : Microsoft::SqlServer::Management::LocalizationManager
[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 RegisteredPropertyDictionary : Microsoft.SqlServer.Management.LocalizationManager
[<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 RegisteredPropertyDictionary = class
    inherit LocalizationManager
Public Class RegisteredPropertyDictionary
Inherits LocalizationManager
继承
RegisteredPropertyDictionary
属性

构造函数

RegisteredPropertyDictionary()

初始化 RegisteredPropertyDictionary 类的新实例。

属性

Property

获取或设置 PropertyDictionary 的属性。

ResourceManager

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

(继承自 LocalizationManager)

方法

GetPropertyCollection(IServiceProvider)

从 RegisteredPropertyDictionary 中检索指定的属性集合。

适用于