DataSourceViewCollection.Remove Method (String)
Removes the DataSourceView, with the specified identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
'Declaration
Public Sub Remove ( _
id As String _
)
public void Remove (
string id
)
public:
void Remove (
String^ id
)
public void Remove (
String id
)
public function Remove (
id : String
)
- id
The identifier of the DataSourceView to be removed.
Ausnahmetyp | Bedingung |
---|---|
ItemNotFoundException | id is not contained by the collection. |
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
DataSourceViewCollection Class
DataSourceViewCollection Members
Microsoft.AnalysisServices Namespace