次の方法で共有


PredCompareInfo.TypePackageName プロパティ

Package オブジェクトの型の名前を取得します。

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

構文

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

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

プロパティ値

型: System.String
Package オブジェクトの型の名前を表す文字列値です。

関連項目

参照

PredCompareInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間