Propriedade do RDL Item (Int32, String)
Gets a UserDefinedMessage object in the collection by message ID value and language.
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 UserDefinedMessage
Get
'Uso
Dim instance As UserDefinedMessageCollection
Dim id As Integer
Dim language As String
Dim value As UserDefinedMessage
value = instance(id, language)
public UserDefinedMessage this[
int id,
string language
] { get; }
public:
property UserDefinedMessage^ default[int id, String^ language] {
UserDefinedMessage^ get (int id, String^ language);
}
member Item : UserDefinedMessage
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- id
Tipo: System. . :: . .Int32
An Int32 value that specifies the ID value that uniquely identifies the user-defined message.
- language
Tipo: System. . :: . .String
A String value that specifies the language in which the user-defined message is written.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedMessage
A UserDefinedMessage object value that represents the user-defined message.
Consulte também