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
)
参数
- typeName
类型:System. . :: . .String
A String value that specifies the type of object that is not supported.
- host
类型:System. . :: . .String
A String that specifies the name of the host that is associated with the unsupported object.
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。