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 vide ExtendedProperty à 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
Le nom de la propriété étendue à ajouter.
- nameSpace
- String
L’espace de noms auquel appartient la propriété étendue.
- val
- Object
La valeur à attribuer à la propriété étendue.
Retours
Un nouvel objet vide ExtendedProperty .