SmoException.SmoExceptionType 속성
Gets the type of SMO exception.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Overridable ReadOnly Property SmoExceptionType As SmoExceptionType
Get
‘사용 방법
Dim instance As SmoException
Dim value As SmoExceptionType
value = instance.SmoExceptionType
public virtual SmoExceptionType SmoExceptionType { get; }
public:
virtual property SmoExceptionType SmoExceptionType {
SmoExceptionType get ();
}
abstract SmoExceptionType : SmoExceptionType
override SmoExceptionType : SmoExceptionType
function get SmoExceptionType () : SmoExceptionType
속성 값
유형: Microsoft.SqlServer.Management.Smo.SmoExceptionType
An SmoExceptionType object value that specifies the type of SMO exception.