IsSparse 속성
Gets the Boolean value that specifies whether the file is a sparse file. Sparse files are used in database snapshots.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property IsSparse As Boolean
Get
‘사용 방법
Dim instance As LogFile
Dim value As Boolean
value = instance.IsSparse
[SfcPropertyAttribute]
public bool IsSparse { get; }
[SfcPropertyAttribute]
public:
property bool IsSparse {
bool get ();
}
[<SfcPropertyAttribute>]
member IsSparse : bool
function get IsSparse () : boolean
속성 값
형식: System. . :: . .Boolean
A Boolean value that specifies whether the data file is sparse.
If True, the data file is sparse. Otherwise, False (default).