다음을 통해 공유


Validate 메서드 (String)

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
)

매개 변수

주의

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

C#

c.Validate(mode);

VB

c.Validate(mode)