다음을 통해 공유


UnknownPropertyException.SupportedVersions 속성

Gets the supported versions for the exception.

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

구문

‘선언
Public ReadOnly Property SupportedVersions As ServerVersion()
    Get
‘사용 방법
Dim instance As UnknownPropertyException 
Dim value As ServerVersion()

value = instance.SupportedVersions
public ServerVersion[] SupportedVersions { get; }
public:
property array<ServerVersion^>^ SupportedVersions {
    array<ServerVersion^>^ get ();
}
member SupportedVersions : ServerVersion[]
function get SupportedVersions () : ServerVersion[]

속성 값

유형: array<Microsoft.SqlServer.Management.Common.ServerVersion[]
A ServerVersion object array value that specifies the versions of SQL Server that support the referenced exception.

SMO 예외 처리

참고 항목

참조

UnknownPropertyException 클래스

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