Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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[]
Eigenschaftswert
Typ: array<System.Byte[]
A Byte value that contains the module address.