Metodo RelationshipCollection.Remove (String)
Removes a Relationship with the specified identifier from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
id As String _
)
'Utilizzo
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
)
Parametri
- id
Tipo: System.String
The identifier of the relationship to be removed.