Linguaggio

IDTSVirtualInputColumn100.UsageType Proprietà

Definizione

Ottiene un valore che indica come la colonna virtuale viene utilizzata dal componente.

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

Valore della proprietà

Valore dell'enumerazione DTSUsageType .

Attributi

Commenti

Le colonne vengono mappate da la IDTSVirtualInputColumnCollection100 in e IDTSInputColumnCollection100 usando il SetUsageType metodo.

Si applica a