Compartir a través de


TypeInfo.Size Propiedad

Gets the size in bytes of a TypeInfo object.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Size As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

TypeInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent