ExpressionNodeNotConfigurableOperatorException.PropertyName プロパティ

例外をスローしたプロパティの名前を取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public ReadOnly Property PropertyName As String 
    Get
'使用
Dim instance As ExpressionNodeNotConfigurableOperatorException 
Dim value As String 

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

プロパティ値

型: System.String
例外をスローしたプロパティの名前を含む文字列値です。

関連項目

参照

ExpressionNodeNotConfigurableOperatorException クラス

Microsoft.SqlServer.Management.Dmf 名前空間