IDTSComponentMetaData100.CustomPropertyCollection Properti
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.
Mendapatkan kumpulan properti kustom yang diekspos oleh komponen.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ CustomPropertyCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomPropertyCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100 CustomPropertyCollection { [System.Runtime.InteropServices.DispId(105)] get; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
member this.CustomPropertyCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomPropertyCollection100
Public ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100
Nilai Properti
Kumpulan properti kustom yang diekspos oleh komponen.
- Atribut
Keterangan
Koleksi properti kustom berisi objek yang IDTSCustomProperty100 ditambahkan ke koleksi oleh komponen. Pengembang yang secara terprogram membangun atau memodifikasi komponen aliran data tidak boleh mengatur nilai properti ini secara langsung, tetapi sebaliknya harus memanggil SetComponentProperty metode instans waktu desain komponen.