Свойство 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