Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Adds a new, empty IDTSExtendedProperty100 object to the end of the collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function Add ( _
bstrName As String, _
bstrNamespace As String, _
vValue As Object _
) As IDTSExtendedProperty100
'Utilisation
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
Paramètres
- bstrName
Type : System.String
The name of the extended property to add.
- bstrNamespace
Type : System.String
The namespace that the extended property belongs to.
- vValue
Type : System.Object
The value to assign to the extended property.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100
A new, empty IDTSExtendedProperty100 object.
Notes
For more information, see ExtendedProperties.