Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the size in bytes of a TypeInfo object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Size As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An integer value that specifies the size in bytes.