Partilhar via


Propriedade do RDL UserDefinedMessage.Language

Gets or sets the language in which the message is written.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
<SfcKeyAttribute()> _
Public Property Language As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A String value that specifies the language in which the message is written.

Exemplos

Usando mensagens

Consulte também

Referência

UserDefinedMessage Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Erros e mensagens