Compartilhar via


Propriedade do RDL TypeInfo.Size

Gets the size in bytes of a TypeInfo object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

TypeInfo Classe

Namespace Microsoft.SqlServer.Management.XEvent