Package.ModuleAddress 属性

Gets a Byte value that contains the module address.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ModuleAddress As Byte()
    Get
用法
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[]

属性值

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

请参阅

参考

Package 类

Microsoft.SqlServer.Management.XEvent 命名空间