次の方法で共有


ComparablePropertyDefinition<T>.Validate メソッド (Object, String)

この 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 String _
)
'使用
Dim instance As ComparablePropertyDefinition 
Dim component As Object 
Dim value As String

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

パラメーター

関連項目

参照

ComparablePropertyDefinition<T> クラス

Validate オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間