IDTSExtendedProperties100.Add(String, String, Object) Method

Definition

Adds a new, empty IDTSExtendedProperty100 object to the end of the collection.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExtendedProperty100 ^ Add(System::String ^ bstrName, System::String ^ bstrNamespace, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100 Add (string bstrName, string bstrNamespace, object vValue);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * string * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100
Public Function Add (bstrName As String, bstrNamespace As String, vValue As Object) As IDTSExtendedProperty100

Parameters

bstrName
String

The name of the extended property to add.

bstrNamespace
String

The namespace that the extended property belongs to.

vValue
Object

The value to assign to the extended property.

Returns

A new, empty IDTSExtendedProperty100 object.

Attributes

Remarks

For more information, see ExtendedProperties.

Applies to