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.