This document is archived and information here might be outdated. Recommended version. |
Requests that the Connector Properties are to be set or retrieved depending on whether SetProperties argument is true or false.
[Visual Basic .NET] Public Sub OnConnectorProperties ( _ ByVal bvarSetProperties As Boolean, _ ByVal piConnectionProperties As IPropSet _ )
[C#] public void OnConnectorProperties ( bool bvarSetProperties, IPropSet piConnectionProperties );
[C++]
HRESULT OnConnectorProperties(
VARIANT_BOOL bvarSetProperties,
IPropSet* piConnectionProperties
);
[C++] Parameters bvarSetProperties
bvarSetProperties is a parameter of type bool piConnectionProperties
piConnectionProperties is a parameter of type IPropSet*