Compartir a través de


IDTSOutputColumn100.ObjectType Propiedad

Definición

Obtiene el valor de una enumeración DTSObjectType que corresponde a una columna de salida.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSObjectType ObjectType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSObjectType get(); };
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSObjectType ObjectType { [System.Runtime.InteropServices.DispId(14)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
member this.ObjectType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSObjectType
Public ReadOnly Property ObjectType As DTSObjectType

Valor de propiedad

Para los objetos IDTSOutputColumn100, este valor es siempre OT_OUTPUTCOLUMN.

Implementaciones

Atributos

Se aplica a