この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ComparablePropertyDefinition<T> オブジェクトを検証します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Sub Validate ( _
component As Object, _
value As ReportExpression(Of T) _
)
'使用
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As ReportExpression(Of T)
instance.Validate(component, value)
public void Validate(
Object component,
ReportExpression<T> value
)
public:
void Validate(
Object^ component,
ReportExpression<T> value
)
member Validate :
component:Object *
value:ReportExpression<'T> -> unit
public function Validate(
component : Object,
value : ReportExpression<T>
)
パラメーター
- component
型: System.Object
コンポーネント。
- value
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
[T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>] の値です。