Partager via


Propriété SqlServerManagementException.ProductName

Gets the name of the product that caused the exception.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property ProductName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SqlServerManagementException Classe

Espace de noms Microsoft.SqlServer.Management.Common