Partilhar via


Propriedade do RDL TargetColumnInfo.TypePackageID

Gets the package ID of the type.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property TypePackageID As Guid 
    Get
'Uso
Dim instance As TargetColumnInfo 
Dim value As Guid 

value = instance.TypePackageID
[SfcPropertyAttribute(Data = true)]
public Guid TypePackageID { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Guid TypePackageID {
    Guid get ();
}
[<SfcPropertyAttribute(Data = true)>]
member TypePackageID : Guid
function get TypePackageID () : Guid

Valor da propriedade

Tipo: System.Guid
The package ID of the type.

Consulte também

Referência

TargetColumnInfo Classe

Namespace Microsoft.SqlServer.Management.XEvent