Bagikan melalui


UnsupportedObjectTypeException Constructor (String, String)

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    typeName As String, _
    host As String _
)
'Usage
Dim typeName As String
Dim host As String

Dim instance As New UnsupportedObjectTypeException(typeName, _
    host)
public UnsupportedObjectTypeException(
    string typeName,
    string host
)
public:
UnsupportedObjectTypeException(
    String^ typeName, 
    String^ host
)
new : 
        typeName:string * 
        host:string -> UnsupportedObjectTypeException
public function UnsupportedObjectTypeException(
    typeName : String, 
    host : String
)

Parameters