Поделиться через


DataSchemaModel.Serialize - метод (TextWriter, IEnumerable<Type>)

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
Public Sub Serialize ( _
    output As TextWriter, _
    annotationTypesToInclude As IEnumerable(Of Type) _
)
public void Serialize(
    TextWriter output,
    IEnumerable<Type> annotationTypesToInclude
)
public:
void Serialize(
    TextWriter^ output, 
    IEnumerable<Type^>^ annotationTypesToInclude
)
member Serialize : 
        output:TextWriter * 
        annotationTypesToInclude:IEnumerable<Type> -> unit 
public function Serialize(
    output : TextWriter, 
    annotationTypesToInclude : IEnumerable<Type>
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

DataSchemaModel Класс

Serialize - перегрузка

Microsoft.Data.Schema.SchemaModel - пространство имен