Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a value with the specified attribute id.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
attributeId As String _
) As RelationshipEndAttribute
'Usage
Dim instance As RelationshipEndAttributeCollection
Dim attributeId As String
Dim returnValue As RelationshipEndAttribute
returnValue = instance.Add(attributeId)
public RelationshipEndAttribute Add(
string attributeId
)
public:
RelationshipEndAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> RelationshipEndAttribute
public function Add(
attributeId : String
) : RelationshipEndAttribute
Parameters
- attributeId
Type: System.String
The attribute id.
Return Value
Type: Microsoft.AnalysisServices.RelationshipEndAttribute
A value with the specified attribute id.