Compartilhar via


Propriedade do RDL Item (Int32, String)

Gets a SystemMessage object in the collection by name.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    id As Integer, _
    language As String _
) As SystemMessage
    Get
'Uso
Dim instance As SystemMessageCollection
Dim id As Integer
Dim language As String
Dim value As SystemMessage

value = instance(id, language)
public SystemMessage this[
    int id,
    string language
] { get; }
public:
property SystemMessage^ default[int id, String^ language] {
    SystemMessage^ get (int id, String^ language);
}
member Item : SystemMessage
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SystemMessage
A SystemMessage object value that represents the system message.