Partager via


Propriété RaiseErrorStatement.FirstParameter

Gets or sets the first parameter value. Can be a string, 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 RaiseErrorStatement 
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 value.

Voir aussi

Référence

RaiseErrorStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom