Share via


Package.ModuleAddress Property

Gets a Byte value that contains the module address.

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

Syntax

'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ModuleAddress As Byte()
    Get
'Usage
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[]

Property Value

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

See Also

Reference

Package Class

Microsoft.SqlServer.Management.XEvent Namespace