Partager via


Méthode RelationshipCollection.Remove (String)

Removes a Relationship with the specified identifier from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    id As String _
)
'Utilisation
Dim instance As RelationshipCollection 
Dim id As String

instance.Remove(id)
public void Remove(
    string id
)
public:
void Remove(
    String^ id
)
member Remove : 
        id:string -> unit
public function Remove(
    id : String
)

Paramètres

  • id
    Type : System.String
    The identifier of the relationship to be removed.

Voir aussi

Référence

RelationshipCollection Classe

Surcharge Remove

Espace de noms Microsoft.AnalysisServices