Partager via


InputParameter.ParameterName Property

Gets or sets the name of the input parameter.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)

Syntaxe

'Déclaration
Public Property ParameterName As String
public string ParameterName { get; set; }
public:
property String^ ParameterName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ParameterName ()

/** @property */
public void set_ParameterName (String value)
public function get ParameterName () : String

public function set ParameterName (value : String)

Valeur de propriété

A String containing the input parameter name.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

InputParameter Class
InputParameter Members
Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace