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 | |
---|---|---|
Lcid | Gets the local ID for the language. | |
Name | Gets the name for the DefaultLanguage class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether this instance is equal to a specified object. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this string. (Overrides Object.GetHashCode().) | |
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.