共用方式為


ComparablePropertyDefinition<T>.Validate 方法 (Object, T)

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Validates the ComparablePropertyDefinition<T> object.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Sub Validate ( _
    component As Object, _
    value As T _
)
'用途
Dim instance As ComparablePropertyDefinition 
Dim component As Object 
Dim value As T

instance.Validate(component, value)
public void Validate(
    Object component,
    T value
)
public:
void Validate(
    Object^ component, 
    T value
)
member Validate : 
        component:Object * 
        value:'T -> unit
public function Validate(
    component : Object, 
    value : T
)

參數

  • value
    型別:T
    The type of elements in the comparable property definition.

請參閱

參考

ComparablePropertyDefinition<T> 類別

Validate 多載

Microsoft.ReportingServices.RdlObjectModel 命名空間