ComplexProperty 클래스

Encapsulates the information about one property of a complex type parameter.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask.dll의 Microsoft.SqlServer.WebServiceTask

구문

‘선언
<SerializableAttribute> _
Public Class ComplexProperty
‘사용 방법
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty =  class end
public class ComplexProperty

주의

This class is used when the DTSParamType is Complex.

상속 계층 구조

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..ComplexProperty

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.