Propriété Package.ModuleAddress
Gets a Byte value that contains the module address.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ModuleAddress As Byte()
Get
'Utilisation
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[]
Valeur de propriété
Type : array<System.Byte[]
A Byte value that contains the module address.