共用方式為


NumberOfFailures 屬性

Gets the number of documents that failed to be full-text indexed.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property NumberOfFailures As Integer
    Get
'用途
Dim instance As FullTextIndex
Dim value As Integer

value = instance.NumberOfFailures
[SfcPropertyAttribute]
public int NumberOfFailures { get; }
[SfcPropertyAttribute]
public:
property int NumberOfFailures {
    int get ();
}
[<SfcPropertyAttribute>]
member NumberOfFailures : int
function get NumberOfFailures () : int

屬性值

型別:System. . :: . .Int32
An Int32 value that specifies the number of documents that failed to be full-text indexed.

備註

The NumberOfFailures property returns to 0 when the population has completed.