TypeInfo.Size 속성

Gets the size in bytes of a TypeInfo object.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Size As Integer 
    Get
‘사용 방법
Dim instance As TypeInfo 
Dim value As Integer 

value = instance.Size
[SfcPropertyAttribute(Data = true)]
public int Size { get; }
[SfcPropertyAttribute(Data = true)]
public:
property int Size {
    int get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Size : int
function get Size () : int

속성 값

유형: System.Int32
An integer value that specifies the size in bytes.

참고 항목

참조

TypeInfo 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스