Share via


TaskHostSerializationContext.DataSchemaModel Property

Gets or sets the data schema model.

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; set; }
public:
property DataSchemaModel^ DataSchemaModel {
    DataSchemaModel^ get ();
    void set (DataSchemaModel^ value);
}
member DataSchemaModel : DataSchemaModel with get, set
function get DataSchemaModel () : DataSchemaModel
function set DataSchemaModel (value : DataSchemaModel)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

.NET Framework Security

See Also

Reference

TaskHostSerializationContext Class

Microsoft.Data.Schema.Build Namespace