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
- 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.
See Also
Reference
Microsoft.Data.Schema.SchemaModel Namespace