共用方式為


UnsupportedObjectTypeException 建構函式 (String, String)

Initializes a new instance of the UnsupportedObjectTypeException class that has the specified object type and host.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Sub New ( _
    typeName As String, _
    host As String _
)
'用途
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
)

參數

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。