Freigeben über


ComplexProperty-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ComplexProperty
'Usage
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty =  class end
public class ComplexProperty

Der ComplexProperty-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ComplexProperty() Initializes a new instance of the ComplexProperty class.
Öffentliche Methode ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType Gets the data type of a property.
Öffentliche Eigenschaft Name Gets the name of a property.
Öffentliche Eigenschaft ParamType Gets the DTSParamType of a parameter.
Öffentliche Eigenschaft ParamValue Gets or sets the value of a property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Öffentliche Methode Equals Determines whether two object instances are equal. (Überschreibt Object.Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

This class is used when the DTSParamType is Complex.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace