Compartir a través de


Package.ModuleAddress Propiedad

Gets a Byte value that contains the module address.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ModuleAddress As Byte()
    Get
'Uso
Dim instance As Package 
Dim value As Byte()

value = instance.ModuleAddress
[SfcPropertyAttribute(Data = true)]
public byte[] ModuleAddress { get; }
[SfcPropertyAttribute(Data = true)]
public:
property array<unsigned char>^ ModuleAddress {
    array<unsigned char>^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ModuleAddress : byte[]
function get ModuleAddress () : byte[]

Valor de la propiedad

Tipo: array<System.Byte[]
A Byte value that contains the module address.

Vea también

Referencia

Package Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent