共用方式為


EventColumnInfo.TypePackageName 屬性

Gets the name of the type of a Package object.

命名空間:  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 EventColumnInfo 
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
A string that contains the name of the type of Package object.

請參閱

參考

EventColumnInfo 類別

Microsoft.SqlServer.Management.XEvent 命名空間