IDTSDesigntimeComponent100.SetOutputProperty(Int32, String, Object) 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 nilai IDTSCustomProperty100 untuk objek IDTSOutput100 .
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ SetOutputProperty(int lOutputID, System::String ^ PropertyName, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(19)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 SetOutputProperty (int lOutputID, string PropertyName, object vValue);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SetOutputProperty : int * string * obj -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function SetOutputProperty (lOutputID As Integer, PropertyName As String, vValue As Object) As IDTSCustomProperty100
Parameter
- lOutputID
- Int32
ID yang IDTSOutput100IDTSCustomProperty100 ditetapkan.
- PropertyName
- String
Nama yang akan IDTSCustomProperty100 diatur.
- vValue
- Object
Nilai yang ditetapkan ke IDTSCustomProperty100.
Mengembalikan
Objek IDTSCustomProperty100 yang nilainya disetel untuk objek IDTSOutput100 .
- Atribut
Keterangan
Metode ini dipanggil ketika properti IDTSOutput100 kustom objek diedit.