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 네임스페이스