Поделиться через


Свойство SqlServerManagementException.ProductName

Gets the name of the product that caused the exception.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property ProductName As String 
    Get
'Применение
Dim value As String 

value = SqlServerManagementException.ProductName
public static string ProductName { get; }
public:
static property String^ ProductName {
    String^ get ();
}
static member ProductName : string
static function get ProductName () : String

Значение свойства

Тип: System.String
A String value that specifies the name of the product that caused the exception.

См. также

Справочник

SqlServerManagementException Класс

Пространство имен Microsoft.SqlServer.Management.Common