Registration クラス

定義

ローカル マネージャーを使用してクラスの登録を実行します。

public ref class Registration : Microsoft::SqlServer::Management::LocalizationManager
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class Registration : Microsoft.SqlServer.Management.LocalizationManager
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type Registration = class
    inherit LocalizationManager
Public Class Registration
Inherits LocalizationManager
継承
属性

コンストラクター

Registration()

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

プロパティ

Items

Registration プロパティから項目のリストを取得します。値の設定も可能です。

ResourceManager

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

(継承元 LocalizationManager)

適用対象