Метод IDTSExtendedProperties100.Add
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Adds a new, empty IDTSExtendedProperty100 object to the end of the collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function Add ( _
bstrName As String, _
bstrNamespace As String, _
vValue As Object _
) As IDTSExtendedProperty100
'Применение
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
Параметры
- bstrName
Тип: System.String
The name of the extended property to add.
- bstrNamespace
Тип: System.String
The namespace that the extended property belongs to.
- vValue
Тип: System.Object
The value to assign to the extended property.
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100
A new, empty IDTSExtendedProperty100 object.
Замечания
For more information, see ExtendedProperties.