ComplexProperty 類別

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

命名空間:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件:  Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
<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) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。