UserDefinedMessage.Language プロパティ

メッセージを記述する言語を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
<SfcKeyAttribute()> _
Public Property Language As String 
    Get 
    Set
'使用
Dim instance As UserDefinedMessage 
Dim value As String 

value = instance.Language

instance.Language = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
[SfcKeyAttribute()]
public string Language { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
[SfcKeyAttribute()]
public:
property String^ Language {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
[<SfcKeyAttribute()>]
member Language : string with get, set
function get Language () : String 
function set Language (value : String)

プロパティ値

型: System.String
メッセージを記述する言語を示す String 値です。

使用例

メッセージの使用

関連項目

参照

UserDefinedMessage クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

エラーとメッセージ