SqlBoolean.True(SqlBoolean) 연산자

정의

true 연산자를 사용하여 true인지 여부를 확인하기 위해 해당 SqlBoolean 연산자를 테스트 Value 할 수 있습니다.

public:
 static bool operator true(System::Data::SqlTypes::SqlBoolean x);
public static bool operator true(System.Data.SqlTypes.SqlBoolean x);
static member op_True : System.Data.SqlTypes.SqlBoolean -> bool
Public Shared Operator IsTrue (x As SqlBoolean) As Boolean

매개 변수

x
SqlBoolean

SqlBoolean 테스트할 구조입니다.

반품

제공된 매개 변수가 있으면 , 그렇지 않으면 .

설명

이 연산자에 해당하는 메서드는 .입니다 SqlBoolean.True.

적용 대상

추가 정보