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 vide IDTSExtendedProperty100 à 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
Le nom de la propriété étendue à ajouter.
- bstrNamespace
- String
L’espace de noms auquel appartient la propriété étendue.
- vValue
- Object
La valeur à attribuer à la propriété étendue.
Retours
Un nouvel objet vide IDTSExtendedProperty100 .
- Attributs
Remarques
Pour plus d’informations, consultez ExtendedProperties.