Método ModelComponentCollection.RemoveAt (Int32, Boolean)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Removes the IModelComponent at the specified index from the ModelComponentCollection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub RemoveAt ( _
index As Integer, _
cleanUp As Boolean _
)
'Uso
Dim instance As ModelComponentCollection
Dim index As Integer
Dim cleanUp As Boolean
instance.RemoveAt(index, cleanUp)
public void RemoveAt(
int index,
bool cleanUp
)
public:
void RemoveAt(
int index,
bool cleanUp
)
member RemoveAt :
index:int *
cleanUp:bool -> unit
public function RemoveAt(
index : int,
cleanUp : boolean
)
Parâmetros
- index
Tipo: System.Int32
The zero-based index of the IModelComponent to remove.
- cleanUp
Tipo: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.