Compartir a través de


TaskHostSerializationContext.DataSchemaModel (Propiedad)

Obtiene o establece el modelo de esquema de datos.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Property DataSchemaModel As DataSchemaModel
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

Seguridad de .NET Framework

Vea también

Referencia

TaskHostSerializationContext Clase

Microsoft.Data.Schema.Build (Espacio de nombres)