This document is archived and information here might be outdated. Recommended version. |
Network weight associations corresponding to the specified table name.
[Visual Basic .NET] Public Function get_WeightAssociationsByTableName ( _ ByVal TableName As String _ ) As IEnumNetWeightAssociation
[C#] public IEnumNetWeightAssociation get_WeightAssociationsByTableName ( string TableName );
[C++]
HRESULT get_WeightAssociationsByTableName(
BSTR TableName,
IEnumNetWeightAssociation** netWeightAssociations
);
[C++] Parameters TableName [in]
TableName is a parameter of type BSTR netWeightAssociations [out, retval]
netWeightAssociations is a parameter of type IEnumNetWeightAssociation**
WeightAssociationsByTableName returns an enumeration of the NetWeightAssocation objects using fields from the input table name.
Returns an enumeration of zero objects if the table name cannot be found.