Condividi tramite


Proprietà ProductName

Gets the name of the product that caused the exception.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property ProductName As String
    Get
'Utilizzo
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

Valore proprietà

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