Partager via


Propriété RaiseErrorLegacyStatement.FirstParameter

Gets or sets the first parameter. Can be a variable, an integer or a negative integer.

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

Syntaxe

'Déclaration
Public Property FirstParameter As ScalarExpression 
    Get 
    Set
'Utilisation
Dim instance As RaiseErrorLegacyStatement 
Dim value As ScalarExpression 

value = instance.FirstParameter

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

Valeur de propriété

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

Voir aussi

Référence

RaiseErrorLegacyStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom