This document is archived and information here might be outdated. Recommended version. |
Changes the schematic element association.
[Visual Basic .NET]
Public Sub AlterAssociation ( _
ByVal DataSourceID As Integer, _
ByVal UCID As Integer, _
ByVal UOID As Integer, _
ByVal USUBID As Integer, _
ByVal UGUID As String _
)
[C#]
public void AlterAssociation (
int DataSourceID,
int UCID,
int UOID,
int USUBID,
string UGUID
);
[C++]
HRESULT AlterAssociation(
long DataSourceID,
long UCID,
long UOID,
long USUBID,
BSTR UGUID
);
[C++] Parameters DataSourceID [in]
DataSourceID is a parameter of type long UCID [in]
UCID is a parameter of type long UOID [in]
UOID is a parameter of type long USUBID [in]
USUBID is a parameter of type long UGUID [in]
UGUID is a parameter of type BSTR