Language.LocaleID プロパティ

言語ロケールを一意に識別する ID 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LocaleID As Integer 
    Get
'使用
Dim instance As Language 
Dim value As Integer 

value = instance.LocaleID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int LocaleID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int LocaleID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LocaleID : int
function get LocaleID () : int

プロパティ値

型: System.Int32
ロケール ID 値を示す Int32 値です。

使用例

プロパティの設定

関連項目

参照

Language クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

sys.syslanguages (Transact-SQL)