Compartir a través de


CollectionNotAvailableException Constructor (String, ServerVersion)

Initializes a new instance of the CollectionNotAvailableException class with the specified collection and the version of the instance of Microsoft SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    colname As String, _
    serverVersion As ServerVersion _
)
'Uso
Dim colname As String
Dim serverVersion As ServerVersion

Dim instance As New CollectionNotAvailableException(colname, _
    serverVersion)
public CollectionNotAvailableException(
    string colname,
    ServerVersion serverVersion
)
public:
CollectionNotAvailableException(
    String^ colname, 
    ServerVersion^ serverVersion
)
new : 
        colname:string * 
        serverVersion:ServerVersion -> CollectionNotAvailableException
public function CollectionNotAvailableException(
    colname : String, 
    serverVersion : ServerVersion
)

Parámetros