다음을 통해 공유


AlgorithmParameter 생성자 (String, Object)

Initializes a new instance of AlgorithmParameter using a name and a value.

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

구문

‘선언
Public Sub New ( _
    name As String, _
    value As Object _
)
‘사용 방법
Dim name As String
Dim value As Object

Dim instance As New AlgorithmParameter(name, value)
public AlgorithmParameter(
    string name,
    Object value
)
public:
AlgorithmParameter(
    String^ name, 
    Object^ value
)
new : 
        name:string * 
        value:Object -> AlgorithmParameter
public function AlgorithmParameter(
    name : String, 
    value : Object
)

매개 변수