Propriedade do RDL ParameterInfo.DataType
Gets the data type of the parameter.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property DataType As TypeCode
Get
'Uso
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
Valor da propriedade
Tipo: System.TypeCode
The description of the parameter.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices