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.