Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the InvalidVersionEnumeratorException class with the specified server version.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
version As ServerVersion _
)
'Usage
Dim version As ServerVersion
Dim instance As New InvalidVersionSmoOperationException(version)
public InvalidVersionSmoOperationException(
ServerVersion version
)
public:
InvalidVersionSmoOperationException(
ServerVersion^ version
)
new :
version:ServerVersion -> InvalidVersionSmoOperationException
public function InvalidVersionSmoOperationException(
version : ServerVersion
)
Parameters
- version
Type: Microsoft.SqlServer.Management.Common.ServerVersion
A ServerVersion object value that specifies the version of the instance of SQL Server.
Examples
See Also
Reference
InvalidVersionSmoOperationException Class