Provides access to members that control the GeoDatabase Error Records.
Members
Name | Description | |
---|---|---|
ErrorCount | The count of error records. | |
ErrorDescription | The description of the specified error record. |
IGeoDatabaseErrorRecords.ErrorCount Property
The count of error records.
Public ReadOnly Property ErrorCount As Integer
public int ErrorCount {get;}
IGeoDatabaseErrorRecords.ErrorDescription Property
The description of the specified error record.
Public Function get_ErrorDescription ( _
ByVal Index As Integer _
) As String
public string get_ErrorDescription (
int Index
);
Classes that implement IGeoDatabaseErrorRecords
Classes | Description |
---|