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 命名空间