此 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.