Compartir a través de


IDTSExtendedProperties100.Add Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Adds a new, empty IDTSExtendedProperty100 object to the end of the collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function Add ( _
    bstrName As String, _
    bstrNamespace As String, _
    vValue As Object _
) As IDTSExtendedProperty100
'Uso
Dim instance As IDTSExtendedProperties100 
Dim bstrName As String 
Dim bstrNamespace As String 
Dim vValue As Object 
Dim returnValue As IDTSExtendedProperty100 

returnValue = instance.Add(bstrName, bstrNamespace, _
    vValue)
IDTSExtendedProperty100 Add(
    string bstrName,
    string bstrNamespace,
    Object vValue
)
IDTSExtendedProperty100^ Add(
    [InAttribute] String^ bstrName, 
    [InAttribute] String^ bstrNamespace, 
    [InAttribute] Object^ vValue
)
abstract Add : 
        bstrName:string * 
        bstrNamespace:string * 
        vValue:Object -> IDTSExtendedProperty100
function Add(
    bstrName : String, 
    bstrNamespace : String, 
    vValue : Object
) : IDTSExtendedProperty100

Parámetros

  • bstrName
    Tipo: System.String
    The name of the extended property to add.
  • bstrNamespace
    Tipo: System.String
    The namespace that the extended property belongs to.
  • vValue
    Tipo: System.Object
    The value to assign to the extended property.

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100
A new, empty IDTSExtendedProperty100 object.

Comentarios

For more information, see ExtendedProperties.

Vea también

Referencia

IDTSExtendedProperties100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper