AlgorithmParameterCollection.Add 메서드 (String, Object)

Creates and adds an AlgorithmParameter, with the specified name and value, to the end of the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
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

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter that was added to the collection.

참고 항목

참조

AlgorithmParameterCollection 클래스

Add 오버로드

Microsoft.AnalysisServices 네임스페이스