Свойство 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.