AlgorithmParameter Constructor (String, Object)
Initializes a new instance of AlgorithmParameter using a name and a value.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String, _
value As Object _
)
public AlgorithmParameter (
string name,
Object value
)
public:
AlgorithmParameter (
String^ name,
Object^ value
)
public AlgorithmParameter (
String name,
Object value
)
public function AlgorithmParameter (
name : String,
value : Object
)
Parámetros
- name
A String that contains the name of the AlgorithmParameter.
- value
An object that contains the parameter to send to the algorithm.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
AlgorithmParameter Class
AlgorithmParameter Members
Microsoft.AnalysisServices Namespace