DatabaseTaskHost.ValidateDataSchemaModel Method
Called to validate the current DataSchemaModel.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub ValidateDataSchemaModel
public void ValidateDataSchemaModel()
public:
void ValidateDataSchemaModel()
member ValidateDataSchemaModel : unit -> unit
public function ValidateDataSchemaModel()
Remarks
It is possible that additional processing of the store to wire up relationships between objects might occur during this method. Any errors are put in the error manager.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.