IDTSExtendedProperties100.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 IDTSExtendedProperty100 vide à la fin de la collection.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExtendedProperty100 ^ Add(System::String ^ bstrName, System::String ^ bstrNamespace, System::Object ^ vValue);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100 Add (string bstrName, string bstrNamespace, object vValue);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * string * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100
Public Function Add (bstrName As String, bstrNamespace As String, vValue As Object) As IDTSExtendedProperty100
Paramètres
- bstrName
- String
Nom de la propriété étendue à ajouter.
- bstrNamespace
- String
Espace de noms auquel la propriété étendue appartient.
- vValue
- Object
Valeur à affecter à la propriété étendue.
Retours
Nouvel objet IDTSExtendedProperty100 vide.
- Attributs
Remarques
Pour plus d’informations, consultez ExtendedProperties.