Dela via


ResourcePoolParameter.ParameterType Property

Gets or sets the resource pool parameter type.

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

Syntax

'Declaration
Public Property ParameterType As ResourcePoolParameterType
'Usage
Dim instance As ResourcePoolParameter 
Dim value As ResourcePoolParameterType 

value = instance.ParameterType

instance.ParameterType = value
public ResourcePoolParameterType ParameterType { get; set; }
public:
property ResourcePoolParameterType ParameterType {
    ResourcePoolParameterType get ();
    void set (ResourcePoolParameterType value);
}
public function get ParameterType () : ResourcePoolParameterType 
public function set ParameterType (value : ResourcePoolParameterType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.ResourcePoolParameterType
Returns a ResourcePoolParameterType enumeration value.

.NET Framework Security

See Also

Reference

ResourcePoolParameter Class

ResourcePoolParameter Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace