Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.