DataSchemaModel.ValidateWriteAccess Method

Validates write access.

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

Syntax

'Declaration
Protected Overrides NotOverridable Sub ValidateWriteAccess
protected override sealed void ValidateWriteAccess()
protected:
virtual void ValidateWriteAccess() override sealed
abstract ValidateWriteAccess : unit -> unit 
override ValidateWriteAccess : unit -> unit 
protected override final function ValidateWriteAccess()

Exceptions

Exception Condition
DataSchemaModelControllerException

The DataSchemaModelController cannot be written to.

.NET Framework Security

See Also

Reference

DataSchemaModel Class

Microsoft.Data.Schema.SchemaModel Namespace

DataSchemaModelControllerException

DataSchemaModelController