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.
Properties
Name | Description | |
---|---|---|
ResourceID | Gets or sets a value for the unique identifier. | |
ResourceManager | Gets or sets the string value of the ResourceManager control. | |
Value | Gets or sets the value of the property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue() | Retrieves the value of the property with the default property values. | |
GetValue(Type) | Gets the type with the specified type. | |
GetValue<T>() | Retrieves the value associated with the property. | |
Initialize | Initializes an instance with an existing IServiceProvider interface. This class cannot be inherited. | |
MemberwiseClone | (Inherited from Object.) | |
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.