次の方法で共有


TypeInfo.Size プロパティ

TypeInfo オブジェクトのサイズをバイト単位で取得します。

名前空間:  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
バイト単位のサイズを示す整数値です。

関連項目

参照

TypeInfo クラス

Microsoft.SqlServer.Management.XEvent 名前空間