Condividi tramite


Proprietà InputParameter.ParameterName

Gets or sets the name of the input parameter.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Sintassi

'Dichiarazione
Public Property ParameterName As String 
    Get 
    Set
'Utilizzo
Dim instance As InputParameter 
Dim value As String 

value = instance.ParameterName

instance.ParameterName = value
public string ParameterName { get; set; }
public:
property String^ ParameterName {
    String^ get ();
    void set (String^ value);
}
member ParameterName : string with get, set
function get ParameterName () : String 
function set ParameterName (value : String)

Valore proprietà

Tipo: System.String
A String containing the input parameter name.

Vedere anche

Riferimento

InputParameter Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.DMQueryTask