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.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly : Microsoft.SqlServer.DMQueryTask (dans 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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.DMQueryTask..::..InputParameter
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi