Metoda AttributeRelationshipCollection.Remove (String)
Usuwa AttributeRelationship, identyfikowane przez attributeId, z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
attributeId As String _
)
'Użycie
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
)
Parametry
- attributeId
Typ: System.String
Określa atrybut Aggregation do usunięcia.
Wyjątki
Wyjątek | Warunek |
---|---|
ItemNotFoundException | attributeIdnie jest zawarty kolekcja. |
Zobacz także