Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DataSchemaModel that is associated with this event argument object.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Model As DataSchemaModel
public DataSchemaModel Model { get; private set; }
public:
property DataSchemaModel^ Model {
DataSchemaModel^ get ();
private: void set (DataSchemaModel^ value);
}
member Model : DataSchemaModel with get, private set
function get Model () : DataSchemaModel
private function set Model (value : DataSchemaModel)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The data schema model.
.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
DataSchemaModelEventArgs Class