IDTSCustomProperty100.Value 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 atau mengatur nilai objek objek IDTSCustomProperty100 .
public:
property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(101)]
public object Value { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.Value : obj with get, set
Public Property Value As Object
Nilai Properti
Nilai IDTSCustomProperty100 objek .
- Atribut
Keterangan
Properti kustom berisi varian atau objek yang memungkinkannya menyimpan nilai objek untuk semua jenis objek. Saat mengambil nilai properti kustom, objek kemudian ditransmisikan ke jenis yang diharapkan.
Catatan
Antarmuka IDTSCustomProperty100 memiliki dukungan terbatas untuk nilai properti jenis Object. Satu-satunya objek yang dapat Anda simpan sebagai nilai properti kustom adalah array jenis sederhana seperti string atau bilangan bulat.