次の方法で共有


ResourcePoolParameter.ParameterType プロパティ

パラメーターの型を取得または設定します。

名前空間:  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
パラメーターの型。

関連項目

参照

ResourcePoolParameter クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間