IDTSExtendedProperties100.Add(String, String, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge un nuovo oggetto IDTSExtendedProperty100 vuoto alla fine della raccolta.
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
Nome della proprietà estesa da aggiungere.
- bstrNamespace
- String
Spazio dei nomi a cui appartiene la proprietà estesa.
- vValue
- Object
Valore da assegnare alla proprietà estesa.
Restituisce
Nuovo oggetto IDTSExtendedProperty100 vuoto.
- Attributi
Commenti
Per altre informazioni, vedere ExtendedProperties.