WrongPropertyValueException.SmoExceptionType 속성

Gets the type of SMO exception for the wrong property value exception.

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

구문

‘선언
Public Overrides ReadOnly Property SmoExceptionType As SmoExceptionType 
    Get
‘사용 방법
Dim instance As WrongPropertyValueException 
Dim value As SmoExceptionType 

value = instance.SmoExceptionType
public override SmoExceptionType SmoExceptionType { get; }
public:
virtual property SmoExceptionType SmoExceptionType {
    SmoExceptionType get () override;
}
abstract SmoExceptionType : SmoExceptionType 
override SmoExceptionType : SmoExceptionType
override function get SmoExceptionType () : SmoExceptionType

속성 값

유형: Microsoft.SqlServer.Management.Smo.SmoExceptionType
An SmoExceptionType object value that specifies the type of SMO exception.

SMO 예외 처리

참고 항목

참조

WrongPropertyValueException 클래스

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