Add 메서드 (String, Object)
Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Function Add ( _
name As String, _
value As Object _
) As AlgorithmParameter
‘사용 방법
Dim instance As AlgorithmParameterCollection
Dim name As String
Dim value As Object
Dim returnValue As AlgorithmParameter
returnValue = instance.Add(name, value)
public AlgorithmParameter Add(
string name,
Object value
)
public:
AlgorithmParameter^ Add(
String^ name,
Object^ value
)
member Add :
name:string *
value:Object -> AlgorithmParameter
public function Add(
name : String,
value : Object
) : AlgorithmParameter
매개 변수
- name
형식: System. . :: . .String
The name of the AlgorithmParameter to be added.
- value
형식: System. . :: . .Object
The value of the AlgorithmParameter to be added.
반환 값
형식: Microsoft.AnalysisServices. . :: . .AlgorithmParameter
The AlgorithmParameter that was added to the collection.