Registration Class

Definition

Performs the registration of the class using the local manager.

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
Inheritance
Attributes

Constructors

Registration()

Initializes a new instance of the Registration class.

Properties

Items

Gets or sets the list of items from the Registration property.

ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)

Applies to