Compartir a través de


SqlServerManagementException.ProductName Propiedad

Gets the name of the product that caused the exception.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property ProductName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the product that caused the exception.

Vea también

Referencia

SqlServerManagementException Clase

Espacio de nombres Microsoft.SqlServer.Management.Common