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.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Tasks.DMQueryTask.InputParameter
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly : Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)
Syntaxe
'Déclaration
Public Class InputParameter
'Utilisation
Dim instance As InputParameter
public class InputParameter
public ref class InputParameter
type InputParameter = class end
public class InputParameter
Le type InputParameter expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
InputParameter | Initializes a new instance of the InputParameter class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DtsVariableName | Gets or sets the name of the SSIS package variable. | |
ParameterName | Gets or sets the name of the input parameter. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
m_dtsVariableName | Infrastructure. Specifies the name of the SSIS package variable. | |
m_parameterName | Infrastructure. Specifies the name of the parameter. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.