Language プロパティ
システム メッセージを記述する言語を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcKeyAttribute()> _
<SfcPropertyAttribute> _
Public ReadOnly Property Language As String
Get
'使用
Dim instance As SystemMessage
Dim value As String
value = instance.Language
[SfcKeyAttribute()]
[SfcPropertyAttribute]
public string Language { get; }
[SfcKeyAttribute()]
[SfcPropertyAttribute]
public:
property String^ Language {
String^ get ();
}
[<SfcKeyAttribute()>]
[<SfcPropertyAttribute>]
member Language : string
function get Language () : String
プロパティ値
型: System. . :: . .String
システム メッセージを記述する言語を示す String 値です。