C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.CReuseWhere

The CReuseWhere restriction packet contains a WHEREID that refers to the restriction array used to construct a currently open rowset. A rowset is open as long as there is still a cursor returned by CPMCreateQueryOut that has not been freed using CPMFreeCursorIn. A server can use this information to share evaluation of a restriction across multiple queries.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
whereID uint

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

Метод Описание
FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void

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

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

public FromBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
Результат void

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

public ToBytes ( Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer buffer ) : void
buffer Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Wsp.WspBuffer
Результат void

Описание свойств

whereID публичное свойство

A 32-bit unsigned integer defining a unique WHEREID for referring to the CRestrictionArray.
public uint whereID
Результат uint