다음을 통해 공유


Condition.Validate 메서드

Validates the condition using the given mode.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Sub Validate ( _
    mode As String _
)
‘사용 방법
Dim instance As Condition 
Dim mode As String

instance.Validate(mode)
public void Validate(
    string mode
)
public:
void Validate(
    String^ mode
)
member Validate : 
        mode:string -> unit
public function Validate(
    mode : String
)

매개 변수

  • mode
    유형: System.String
    A String value that specifies the mode used to validate the condition.

주의

This method validates the expression and checks whether it applies to the specified facet.

C#

c.Validate(mode);

VB

c.Validate(mode)

참고 항목

참조

Condition 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스