Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets an item from the collection that has the specified value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
value As String _
) As MetadataValue
Get
'Uso
Dim instance As MetadataValues
Dim value As String
Dim value As MetadataValue
value = instance(value)
public MetadataValue this[
string value
] { get; }
public:
property MetadataValue^ default[String^ value] {
MetadataValue^ get (String^ value);
}
member Item : MetadataValue
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- value
Tipo: System.String
The value of the metadata.
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.MetadataValue
A MetadataValue object that has the specified value.