Langage

IDTSExtendedProperties100.Add(String, String, Object) Méthode

Définition

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.

S’applique à