次の方法で共有


PredCompareInfo.TypeName プロパティ

PredCompareExpr.ComparatorType オブジェクトの名前を表す文字列値を取得します。

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

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypeName As String 
    Get
'使用
Dim instance As PredCompareInfo 
Dim value As String 

value = instance.TypeName
[SfcPropertyAttribute(Data = true)]
public string TypeName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ TypeName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TypeName : string
function get TypeName () : String

プロパティ値

型: System.String
型の名前を表す文字列値です。

関連項目

参照

PredCompareInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間