WorkloadGroupResourceParameter.ParameterType Property
Gets or sets the parameter type value.
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 WorkloadGroupResourceParameterType
public WorkloadGroupResourceParameterType ParameterType { get; set; }
public:
property WorkloadGroupResourceParameterType ParameterType {
WorkloadGroupResourceParameterType get ();
void set (WorkloadGroupResourceParameterType value);
}
member ParameterType : WorkloadGroupResourceParameterType with get, set
function get ParameterType () : WorkloadGroupResourceParameterType
function set ParameterType (value : WorkloadGroupResourceParameterType)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.WorkloadGroupResourceParameterType
Returns a WorkloadGroupResourceParameterType enumeration value.
.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.