Classe InputParameter
Binds an SSIS package variable to a DMX query parameter. You can create a parameterized DMX query by referring to an InputParameter by its parameter name. The value of the SSIS package variable bound to the InputParameter is sent to the Analysis Services server when the DMX query is executed at package run time.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.DMQueryTask..::..InputParameter
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (em Microsoft.SqlServer.DMQueryTask.dll)
Sintaxe
'Declaração
Public Class InputParameter
'Uso
Dim instance As InputParameter
public class InputParameter
public ref class InputParameter
type InputParameter = class end
public class InputParameter
O tipo InputParameter expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
InputParameter | Initializes a new instance of the InputParameter class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
DtsVariableName | Gets or sets the name of the SSIS package variable. | |
ParameterName | Gets or sets the name of the input parameter. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.