Метод IPropertyDefinition.Validate
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Validates the IPropertyDefinition using the specified component and value.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Sub Validate ( _
component As Object, _
value As Object _
)
'Применение
Dim instance As IPropertyDefinition
Dim component As Object
Dim value As Object
instance.Validate(component, value)
void Validate(
Object component,
Object value
)
void Validate(
Object^ component,
Object^ value
)
abstract Validate :
component:Object *
value:Object -> unit
function Validate(
component : Object,
value : Object
)
Параметры
- component
Тип: System.Object
The component of the property.
- value
Тип: System.Object
The value of the property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel