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 から指定されたプロパティ コレクションを取得します。

適用対象