RegisteredProperty クラス

定義

クラスの登録されているプロパティを表します。

public ref class RegisteredProperty : 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 RegisteredProperty : 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 RegisteredProperty = class
    inherit LocalizationManager
Public Class RegisteredProperty
Inherits LocalizationManager
継承
RegisteredProperty
属性

コンストラクター

RegisteredProperty()

RegisteredProperty クラスの新しいインスタンスを初期化します。

プロパティ

Browsable

プロパティを参照できるかどうかを示す値を取得します。値の設定も可能です。

Category

プロパティのカテゴリを取得します。値の設定も可能です。

Description

プロパティの説明を取得します。値の設定も可能です。

Name

プロパティの名前を取得または設定します。

ResourceManager

ResourceManager コントロールの文字列値を取得します。値の設定も可能です。

(継承元 LocalizationManager)
Type

プロパティの型を取得します。値の設定も可能です。

Value

ローカライズ可能なプロパティの値を取得します。値の設定も可能です。

適用対象