Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
UnsupportedObjectTypeException Класс