Localizable Class

Provides a property to be localized.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Localizable

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Localizable _
    Implements IInitializable
'Usage
Dim instance As Localizable
[SerializableAttribute]
public class Localizable : IInitializable
[SerializableAttribute]
public ref class Localizable : IInitializable
[<SerializableAttribute>]
type Localizable =  
    class
        interface IInitializable
    end
public class Localizable implements IInitializable

The Localizable type exposes the following members.

Constructors

  Name Description
Public method Localizable Initializes a new instance of the Localizable class.

Top

Properties

  Name Description
Public property ResourceID Gets or sets a value for the unique identifier.
Public property ResourceManager Gets or sets the string value of the ResourceManager control.
Public property Value Gets or sets the value of the property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue() Retrieves the value of the property with the default property values.
Public method GetValue(Type) Gets the type with the specified type.
Public method GetValue<T>() Retrieves the value associated with the property.
Public method Initialize Initializes an instance with an existing IServiceProvider interface. This class cannot be inherited.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.