This document is archived and information here might be outdated. Recommended version. |
A SelectionSet applied to a cursor opened from the RelQueryTable.
[Visual Basic .NET] Public Property SrcSelectionSet As ISelectionSet
[C#] public ISelectionSet SrcSelectionSet {get; set;}
[C++]
HRESULT get_SrcSelectionSet(
ISelectionSet* SelectionSet
);
[C++]
HRESULT putref_SrcSelectionSet(
ISelectionSet** SelectionSet
);
[C++] Parameters SelectionSet [in]
SelectionSet is a parameter of type ISelectionSet* SelectionSet [out, retval]
SelectionSet is a parameter of type ISelectionSet**