Metodo Add (String)
Creates and adds a MiningStructure, with the specified identifier, to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
name As String _
) As MiningStructure
'Utilizzo
Dim instance As MiningStructureCollection
Dim name As String
Dim returnValue As MiningStructure
returnValue = instance.Add(name)
public MiningStructure Add(
string name
)
public:
MiningStructure^ Add(
String^ name
)
member Add :
name:string -> MiningStructure
public function Add(
name : String
) : MiningStructure
Parametri
- name
Tipo: System. . :: . .String
The identifier of the MiningStructure to add.
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .MiningStructure
The zero-based index at which the MiningStructure has been added.
Vedere anche