SqlServerManagementException.ProductName プロパティ

例外の原因になった製品の名前を取得します。

名前空間:  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
例外の原因になった製品の名前を示す String 値です。

関連項目

参照

SqlServerManagementException クラス

Microsoft.SqlServer.Management.Common 名前空間