Partager via


ExtendedProperties.Add Method

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

Espace de noms: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntaxe

'Déclaration
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

Paramètres

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

Valeur de retour

A new, empty ExtendedProperty object.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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