Метод MetadataValues.Contains (String)
Indicates whether a specified value is a member of the current set of metadata values.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Function Contains ( _
value As String _
) As Boolean
'Применение
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
Параметры
- value
Тип: System.String
The value of the metadata.
Возвращаемое значение
Тип: System.Boolean
true if the specified value is a member of the current set of metadata values; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel