ManagedComponentHost.HostSetExternalMetadataColumnProperty Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengatur properti kolom metadata eksternal host.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ HostSetExternalMetadataColumnProperty(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iID, int iExternalMetadataColumnID, System::String ^ strPropertyName, System::Object ^ oValue);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 HostSetExternalMetadataColumnProperty (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iID, int iExternalMetadataColumnID, string strPropertyName, object oValue);
abstract member HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.HostSetExternalMetadataColumnProperty : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function HostSetExternalMetadataColumnProperty (wrapper As IDTSManagedComponentWrapper100, iID As Integer, iExternalMetadataColumnID As Integer, strPropertyName As String, oValue As Object) As IDTSCustomProperty100
Parameter
- wrapper
- IDTSManagedComponentWrapper100
Pembungkus komponen.
- iID
- Int32
Pengidentifikasi.
- iExternalMetadataColumnID
- Int32
Pengidentifikasi kolom metadata eksternal.
- strPropertyName
- String
Nama properti.
- oValue
- Object
Nilainya.
Mengembalikan
Properti kolom metadata eksternal.