IDTSParameter100.DataType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el tipo de datos del objeto Parameter.
public:
property int DataType { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(1)]
public int DataType { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.DataType : int with get, set
Public Property DataType As Integer
Valor de propiedad
El tipo de datos del objeto especificado.
- Atributos