Dela via


WaitForStatement.Parameter Property

Gets or sets a wait statement parameter.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Parameter As Literal
'Usage
Dim instance As WaitForStatement 
Dim value As Literal 

value = instance.Parameter

instance.Parameter = value
public Literal Parameter { get; set; }
public:
property Literal^ Parameter {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Parameter () : Literal 
public function set Parameter (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

WaitForStatement Class

WaitForStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace