次の方法で共有


TargetColumnInfo.TypePackageName プロパティ

TargetColumnInfo オブジェクトの型パッケージの名前を取得します。

名前空間:  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 TargetColumnInfo 
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
TargetColumnInfo オブジェクトの型パッケージの名前を表す文字列です。

関連項目

参照

TargetColumnInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間