ResourcePoolParameter.ParameterType 屬性
Gets or sets the type of the parameter.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ParameterType As ResourcePoolParameterType
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ResourcePoolParameterType
The type of the parameter.