CManagedComponentWrapperClass.SetComponentProperty Yöntemi
Bir değer atar bir IDTSCustomProperty100 bileşeni.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Public Overridable Function SetComponentProperty ( _
PropertyName As String, _
vValue As Object _
) As IDTSCustomProperty100
'Kullanım
Dim instance As CManagedComponentWrapperClass
Dim PropertyName As String
Dim vValue As Object
Dim returnValue As IDTSCustomProperty100
returnValue = instance.SetComponentProperty(PropertyName, _
vValue)
public virtual IDTSCustomProperty100 SetComponentProperty(
string PropertyName,
Object vValue
)
public:
virtual IDTSCustomProperty100^ SetComponentProperty(
[InAttribute] String^ PropertyName,
[InAttribute] Object^ vValue
)
abstract SetComponentProperty :
PropertyName:string *
vValue:Object -> IDTSCustomProperty100
override SetComponentProperty :
PropertyName:string *
vValue:Object -> IDTSCustomProperty100
public function SetComponentProperty(
PropertyName : String,
vValue : Object
) : IDTSCustomProperty100
Parametreler
- PropertyName
Tür: System.String
Adı IDTSCustomProperty100 değeri küme.
- vValue
Tür: System.Object
Değer için atanan nesne özellik , IDTSCustomProperty100 nesne.
Dönüş Değeri
Tür: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
IDTSCustomProperty100 , özellik var. küme nesnesi
Uygulamalar
IDTSDesigntimeComponent100.SetComponentProperty(String, Object)
Ayrıca bkz.