Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the data type of the parameter.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property DataType As TypeCode
Get
'Utilizzo
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
Valore proprietà
Tipo: System.TypeCode
The description of the parameter.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices