LogFile.BytesReadFromDisk 속성

Gets the number of bytes read from disk.

네임스페이스:  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
An Int64 value that specifies the number of bytes read from disk.

참고 항목

참조

LogFile 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스