ParameterInfo.ObjectType プロパティ

パラメーター値のオブジェクトの種類を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectType As Short 
    Get
'使用
Dim instance As ParameterInfo 
Dim value As Short 

value = instance.ObjectType
[SfcPropertyAttribute(Data = true)]
public short ObjectType { get; }
[SfcPropertyAttribute(Data = true)]
public:
property short ObjectType {
    short get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectType : int16
function get ObjectType () : short

プロパティ値

型: System.Int16
オブジェクトの種類。

関連項目

参照

ParameterInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間