LogFile.BytesReadFromDisk プロパティ

ディスクから読み込まれたバイト数を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property BytesReadFromDisk As Long 
    Get
'使用
Dim instance As LogFile 
Dim value As Long 

value = instance.BytesReadFromDisk
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public long BytesReadFromDisk { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property long long BytesReadFromDisk {
    long long get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member BytesReadFromDisk : int64
function get BytesReadFromDisk () : long

プロパティ値

型: System.Int64
ディスクから読み込まれたバイト数を示す Int64 値。

関連項目

参照

LogFile クラス

Microsoft.SqlServer.Management.Smo 名前空間