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.

참고 항목

참조

ResourcePoolParameter 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스