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

Result set metadata description "COLMETADATA" token
Наследование: TDSPacketToken
Показать файл Открыть проект Примеры использования класса

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

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

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream

TDSColMetadataToken ( ) : 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 NOTE: This operation is not continuable and assumes that the entire token is available in the stream
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from
Результат bool

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

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