Share via


ExtendedProperties.Add Method

Adds a new, empty ExtendedProperty object to the end of the collection

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Function Add ( _
    name As String, _
    nameSpace As String, _
    val As Object _
) As ExtendedProperty
public ExtendedProperty Add (
    string name,
    string nameSpace,
    Object val
)
public:
ExtendedProperty^ Add (
    String^ name, 
    String^ nameSpace, 
    Object^ val
)
public ExtendedProperty Add (
    String name, 
    String nameSpace, 
    Object val
)
public function Add (
    name : String, 
    nameSpace : String, 
    val : Object
) : ExtendedProperty

Parameters

  • name
    The name of the extended property to add.
  • nameSpace
    The namespace that the extended property belongs to.
  • val
    The value to assign to the extended property.

Return Value

A new, empty ExtendedProperty object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ExtendedProperties Class
ExtendedProperties Members
Microsoft.SqlServer.Dts.Runtime Namespace