ParameterInfo.DataType 属性

Gets the data type of the parameter.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property DataType As TypeCode 
    Get
用法
Dim instance As ParameterInfo 
Dim value As TypeCode 

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

属性值

类型:System.TypeCode
The description of the parameter.

请参阅

参考

ParameterInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间