共用方式為


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.

請參閱

參考

IPropertyDefinition 介面

Microsoft.ReportingServices.RdlObjectModel 命名空間