C# Класс Microsoft.SqlServer.TDS.ColMetadata.TDSColumnData

Class that describes metadata of a single column
Наследование: IInflatable, IDeflatable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

TDSColumnData ( ) : System.Collections.Generic

Default constructor

Описание методов

Deflate() публичный Метод

Deflate the token
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream to deflate token to
Результат void

Inflate() публичный Метод

Inflate the token
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from
Результат bool

TDSColumnData() публичный Метод

Default constructor
public TDSColumnData ( ) : System.Collections.Generic
Результат System.Collections.Generic