Linguaggio

IDTSExtendedProperties100.Add(String, String, Object) Metodo

Definizione

Aggiunge un nuovo oggetto vuoto IDTSExtendedProperty100 alla fine della collezione.

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

Parametri

bstrName
String

Il nome della proprietà estesa da aggiungere.

bstrNamespace
String

Il namespace a cui appartiene la proprietà estesa.

vValue
Object

Il valore da assegnare alla proprietà estesa.

Valori restituiti

Un nuovo oggetto vuoto IDTSExtendedProperty100 .

Attributi

Commenti

Per altre informazioni, vedere ExtendedProperties.

Si applica a