TargetColumnInfo.TypePackageName 属性

Gets the name of the type package of a TargetColumnInfo 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 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
A string that contains the name of the type package of a TargetColumnInfo object.

请参阅

参考

TargetColumnInfo 类

Microsoft.SqlServer.Management.XEvent 命名空间