Partager via


Propriété GeneralSetCommand.Parameter

Gets or sets a command parameter.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Parameter As ScalarExpression 
    Get 
    Set
'Utilisation
Dim instance As GeneralSetCommand 
Dim value As ScalarExpression 

value = instance.Parameter

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

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The command parameter.

Voir aussi

Référence

GeneralSetCommand Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom