This document is archived and information here might be outdated. Recommended version. |
Does the set contain this table.
[Visual Basic .NET] Public Function get_Exists ( _ ByVal Name As String _ ) As Boolean
[C#] public bool get_Exists ( string Name );
[C++]
HRESULT get_Exists(
BSTR Name,
Boolean* Exists
);
[C++]
Parameters Name [in]
Name is a parameter of type BSTR Exists [out, retval]
Exists is a parameter of type bool*