ParameterInfo.ObjectType 属性

Gets the object type of the parameter.

命名空间:  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
The object type.

请参阅

参考

ParameterInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间