SupportedVersions 속성
Gets the supported versions for the exception.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.