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 data schema model that is loaded with source items and that is used by the build.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property DataSchemaModel As DataSchemaModel
public DataSchemaModel DataSchemaModel { get; protected set; }
public:
property DataSchemaModel^ DataSchemaModel {
DataSchemaModel^ get ();
protected: void set (DataSchemaModel^ value);
}
member DataSchemaModel : DataSchemaModel with get, set
function get DataSchemaModel () : DataSchemaModel
protected function set DataSchemaModel (value : DataSchemaModel)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Returns a DataSchemaModel.
.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.