AttributeRelationshipCollection.Add Method (String)
Creates and adds the AttributeRelationship, which is defined by attributeID, to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
attributeId As String _
) As AttributeRelationship
'Usage
Dim instance As AttributeRelationshipCollection
Dim attributeId As String
Dim returnValue As AttributeRelationship
returnValue = instance.Add(attributeId)
public AttributeRelationship Add(
string attributeId
)
public:
AttributeRelationship^ Add(
String^ attributeId
)
member Add :
attributeId:string -> AttributeRelationship
public function Add(
attributeId : String
) : AttributeRelationship
Parameters
- attributeId
Type: System.String
Identifies the AttributeRelationship to be added.
Return Value
Type: Microsoft.AnalysisServices.AttributeRelationship
The AttributeRelationship that was added to the collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | attributeId is a null reference (Nothing in Visual Basic). |