LocalizationManager Class
Represents the class of attached properties for the localization manager.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.LocalizationManager
Microsoft.SqlServer.Management.ActionHandlerInfo
Microsoft.SqlServer.Management.ActionInfo
Microsoft.SqlServer.Management.ConfigurationSection
Microsoft.SqlServer.Management.ContentType
Microsoft.SqlServer.Management.RegisteredProperty
Microsoft.SqlServer.Management.RegisteredPropertyDictionary
Microsoft.SqlServer.Management.Registration
Microsoft.SqlServer.Management.TaskComponent
Microsoft.SqlServer.Management.TaskForm
Namespace: Microsoft.SqlServer.Management
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class LocalizationManager
'Usage
Dim instance As LocalizationManager
[SerializableAttribute]
public class LocalizationManager
[SerializableAttribute]
public ref class LocalizationManager
[<SerializableAttribute>]
type LocalizationManager = class end
public class LocalizationManager
The LocalizationManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalizationManager | Initializes a new instance of the LocalizationManager class. |
Top
Properties
Name | Description | |
---|---|---|
ResourceManager | Gets or sets the string value for the ResourceManager control. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.