Método Add (String)
Creates and adds a MiningModelColumn, with the specified identifier, to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add ( _
name As String _
) As MiningModelColumn
'Uso
Dim instance As MiningModelColumnCollection
Dim name As String
Dim returnValue As MiningModelColumn
returnValue = instance.Add(name)
public MiningModelColumn Add(
string name
)
public:
MiningModelColumn^ Add(
String^ name
)
member Add :
name:string -> MiningModelColumn
public function Add(
name : String
) : MiningModelColumn
Parâmetros
- name
Tipo: System. . :: . .String
The identifier of the MiningModelColumn to add.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .MiningModelColumn
The zero-based index at which the MiningModelColumn has been added.
Consulte também