Package.ModuleAddress プロパティ

モジュールのアドレスを含んだ Byte 値を取得します。

名前空間:  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[]
モジュールのアドレスを含んだ Byte 値。

関連項目

参照

Package クラス

Microsoft.SqlServer.Management.XEvent 名前空間