ResourcePoolParameter.ParameterType Property
Gets or sets the type of the parameter.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ParameterType As ResourcePoolParameterType
Get
Set
'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);
}
member ParameterType : ResourcePoolParameterType with get, set
function get ParameterType () : ResourcePoolParameterType
function set ParameterType (value : ResourcePoolParameterType)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ResourcePoolParameterType
The type of the parameter.