다음을 통해 공유


ExtendedProperties.Add 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function Add ( _
    name As String, _
    nameSpace As String, _
    val As Object _
) As ExtendedProperty
‘사용 방법
Dim instance As ExtendedProperties 
Dim name As String 
Dim nameSpace As String 
Dim val As Object 
Dim returnValue As ExtendedProperty 

returnValue = instance.Add(name, nameSpace, _
    val)
public ExtendedProperty Add(
    string name,
    string nameSpace,
    Object val
)
public:
ExtendedProperty^ Add(
    String^ name, 
    String^ nameSpace, 
    Object^ val
)
member Add : 
        name:string * 
        nameSpace:string * 
        val:Object -> ExtendedProperty
public function Add(
    name : String, 
    nameSpace : String, 
    val : Object
) : ExtendedProperty

매개 변수

  • name
    유형: System.String
    The name of the extended property to add.
  • nameSpace
    유형: System.String
    The namespace that the extended property belongs to.
  • val
    유형: System.Object
    The value to assign to the extended property.

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.ExtendedProperty
A new, empty ExtendedProperty object.

참고 항목

참조

ExtendedProperties 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스