Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of documents that failed to be full-text indexed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property NumberOfFailures As Integer
Get
'Usage
Dim instance As FullTextIndex
Dim value As Integer
value = instance.NumberOfFailures
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int NumberOfFailures { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int NumberOfFailures {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NumberOfFailures : int
function get NumberOfFailures () : int
Property Value
Type: System.Int32
An Int32 value that specifies the number of documents that failed to be full-text indexed.
Remarks
The NumberOfFailures property returns to 0 when the population has completed.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace