Compartir a través de


Event.PackageName Propiedad

Gets the name of the Package object that owns the event.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property PackageName As String 
    Get
'Uso
Dim instance As Event 
Dim value As String 

value = instance.PackageName
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string PackageName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ PackageName {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member PackageName : string
function get PackageName () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the Package object that owns the event.

Vea también

Referencia

Event Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent