Udostępnij przez


Language.MsgLangID Property

Gets the ID value that uniquely identifies the message language.

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

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property MsgLangID As Short
[SfcPropertyAttribute] 
public short MsgLangID { get; }
[SfcPropertyAttribute] 
public:
property short MsgLangID {
    short get ();
}
/** @property */
public short get_MsgLangID ()
public function get MsgLangID () : short

Property Value

An Int32 value that specifies the message language ID value.

Remarks

The message language ID value is used to identify the language of a SQL Server system message. This value can be found in the sys.syslanguages and sys.sysmessages compatibility view system catalogs.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.