This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the schematic query parameter is a textual parameter.
[Visual Basic .NET]
Public Property Textual As Boolean
[C#]
public bool Textual {get; set;}
[C++]
HRESULT get_Textual(
Boolean* Textual
);
[C++]
HRESULT put_Textual(
VARIANT_BOOL Textual
);
[C++] Parameters Textual [out, retval]
Textual is a parameter of type bool* Textual [in]
Textual is a parameter of type bool