Language.LangID 属性
Gets the ID value that uniquely identifies the language.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LangID As Short
Get
用法
Dim instance As Language
Dim value As Short
value = instance.LangID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public short LangID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property short LangID {
short get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LangID : int16
function get LangID () : short
属性值
类型:System.Int16
An Int32 value that specifies the language ID value.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间