Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.