Compartir a través de


ExtendedProperties.Add Method

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

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
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

Parámetros

  • 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.

Valor devuelto

A new, empty ExtendedProperty object.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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