LocalizationManager Class

Represents the class of attached properties for the localization manager.

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
Public method LocalizationManager Initializes a new instance of the LocalizationManager class.

Top

Properties

  Name Description
Public property ResourceManager Gets or sets the string value for the ResourceManager control.

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.)
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.