Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the SqlServerManagementException class with the specified message text.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String _
)
public SqlServerManagementException (
string message
)
public:
SqlServerManagementException (
String^ message
)
public SqlServerManagementException (
String message
)
public function SqlServerManagementException (
message : String
)
Параметры
- message
A String value that specifies the message text describing the event that caused the exception.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
SqlServerManagementException Class
SqlServerManagementException Members
Microsoft.SqlServer.Management.Common Namespace