This document is archived and information here might be outdated. Recommended version. |
Changes the identifiers fields names.
[Visual Basic .NET]
Public Sub SetIdentifierFieldNames ( _
ByRef Names As String[]& _
)
[C#]
public void SetIdentifierFieldNames (
ref String[]& Names
);
[C++]
HRESULT SetIdentifierFieldNames(
SAFEARRAY(System.String)* Names
);
[C++] Parameters Names [in]
Names is a parameter of type SAFEARRAY(BSTR)*