Linguaggio

IDTSInputColumn100.CustomPropertyCollection Proprietà

Definizione

Ottiene la IDTSCustomPropertyCollection100 raccolta di una colonna di input.

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

Valore della proprietà

La IDTSCustomPropertyCollection100 della colonna di input.

Attributi

Commenti

La CustomPropertyCollection proprietà contiene la collezione di IDTSCustomProperty100 oggetti aggiunti all'input dal componente.

Si applica a