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
)
參數
- component
型別:System.Object
The component.
- value
型別:T
The type of elements in the comparable property definition.