Méthode AttributeRelationshipCollection.Remove (String)
Removes an AttributeRelationship, identified by attributeId, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
attributeId As String _
)
'Utilisation
Dim instance As AttributeRelationshipCollection
Dim attributeId As String
instance.Remove(attributeId)
public void Remove(
string attributeId
)
public:
void Remove(
String^ attributeId
)
member Remove :
attributeId:string -> unit
public function Remove(
attributeId : String
)
Paramètres
- attributeId
Type : System.String
Identifies the attribute of the AttributeRelationship to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | attributeId is not contained by the collection. |