IDTSManagedPropertyHelper100.GetNextManagedProperty 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.
Menunjukkan apakah akan mendapatkan properti terkelola berikutnya.
public:
bool GetNextManagedProperty([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_PROPERTY % nextManagedProperty);
public bool GetNextManagedProperty (out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_PROPERTY nextManagedProperty);
abstract member GetNextManagedProperty : DTS_MANAGED_PROPERTY -> bool
Public Function GetNextManagedProperty (ByRef nextManagedProperty As DTS_MANAGED_PROPERTY) As Boolean
Parameter
- nextManagedProperty
- DTS_MANAGED_PROPERTY
Properti terkelola.
Mengembalikan
true untuk mendapatkan properti terkelola berikutnya; jika tidak, salah.
Keterangan
Untuk informasi selengkapnya, lihat ManagedHelper.ManagedPropertyHelper.