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から取得します。

適用対象