DefaultLanguage Class

Represents the list of all the default languages supported by Microsoft Search service.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.DefaultLanguage

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class DefaultLanguage
'Usage
Dim instance As DefaultLanguage
public class DefaultLanguage
public ref class DefaultLanguage
type DefaultLanguage =  class end
public class DefaultLanguage

The DefaultLanguage type exposes the following members.

Properties

  Name Description
Public property Lcid Gets the local ID for the language.
Public property Name Gets the name for the DefaultLanguage class.

Top

Methods

  Name Description
Public method Equals Returns a value indicating whether this instance is equal to a specified object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this string. (Overrides Object.GetHashCode().)
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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace