ExtendedProperties.Add(String, String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un nouvel objet ExtendedProperty vide à la fin de la collection.
public:
Microsoft::SqlServer::Dts::Runtime::ExtendedProperty ^ Add(System::String ^ name, System::String ^ nameSpace, System::Object ^ val);
public Microsoft.SqlServer.Dts.Runtime.ExtendedProperty Add (string name, string nameSpace, object val);
member this.Add : string * string * obj -> Microsoft.SqlServer.Dts.Runtime.ExtendedProperty
Public Function Add (name As String, nameSpace As String, val As Object) As ExtendedProperty
Paramètres
- name
- String
Nom de la propriété étendue à ajouter.
- nameSpace
- String
Espace de noms auquel la propriété étendue appartient.
- val
- Object
Valeur à affecter à la propriété étendue.
Retours
Nouvel objet ExtendedProperty vide.