Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an item from the collection that has the specified value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
value As String _
) As MetadataValue
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- value
Type: System.String
The value of the metadata.
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MetadataValue
A MetadataValue object that has the specified value.