This document is archived and information here might be outdated. Recommended version. |
Display name of the indicated reference data table.
[Visual Basic .NET] Public Function get_ReferenceDataTableName ( _ ByVal index As Integer _ ) As String
[Visual Basic .NET] Public Sub set_ReferenceDataTableName ( _ ByVal index As Integer, _ ByVal Name As String _ )
[C#] public string get_ReferenceDataTableName ( int index );
[C#] public void set_ReferenceDataTableName ( int index, string Name );
[C++]
HRESULT get_ReferenceDataTableName(
long index,
System.String* Name
);
[C++]
HRESULT put_ReferenceDataTableName(
long index,
BSTR Name
);
[C++]
Parameters index [in]
index is a parameter of type long Name [out, retval]
Name is a parameter of type BSTR* index [in]
index is a parameter of type long Name [in]
Name is a parameter of type BSTR