DataSchemaError.BuildErrorCode Property

Gets the complete error code for this error.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property BuildErrorCode As String
public string BuildErrorCode { get; }
public:
property String^ BuildErrorCode {
    String^ get ();
}
member BuildErrorCode : string
function get BuildErrorCode () : String

Property Value

Type: System.String
The prefix and the error code in a five-digit format.

.NET Framework Security

See Also

Reference

DataSchemaError Class

Microsoft.Data.Schema Namespace