SqlUserDefinedTypeAttribute.ValidationMethodName 속성

정의

사용자 정의 형식의 인스턴스가 유효한지 검사하는 데 사용되는 메서드의 이름입니다.

public:
 property System::String ^ ValidationMethodName { System::String ^ get(); void set(System::String ^ value); };
public string ValidationMethodName { get; set; }
member this.ValidationMethodName : string with get, set
Public Property ValidationMethodName As String

속성 값

사용자 정의 형식의 인스턴스가 유효한지 검사하는 데 사용되는 메서드의 이름을 나타내는 String입니다.

설명

이 특성으로 지정된 메서드는 신뢰할 수 없는 이진 값에서 UDT가 역직렬화되었을 때 UDT 인스턴스의 유효성을 검사합니다.

적용 대상