Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether a specified value is a member of the current set of metadata values.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function Contains ( _
value As String _
) As Boolean
'Usage
Dim instance As MetadataValues
Dim value As String
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
string value
)
public:
bool Contains(
String^ value
)
member Contains :
value:string -> bool
public function Contains(
value : String
) : boolean
Parameter
- value
Typ: System.String
The value of the metadata.
Rückgabewert
Typ: System.Boolean
true if the specified value is a member of the current set of metadata values; otherwise, false.