Dela via


ResourcePoolParameter.ParameterValue Property

Gets or sets the resource pool parameter value.

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

Syntax

'Declaration
Public Property ParameterValue As Literal
'Usage
Dim instance As ResourcePoolParameter 
Dim value As Literal 

value = instance.ParameterValue

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

Property Value

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

.NET Framework Security

See Also

Reference

ResourcePoolParameter Class

ResourcePoolParameter Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace