Classe ComplexProperty

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

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

Nel tipo ComplexProperty sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ComplexProperty() Initializes a new instance of the ComplexProperty class.
Metodo pubblico ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DataType Gets the data type of a property.
Proprietà pubblica Name Gets the name of a property.
Proprietà pubblica ParamType Gets the DTSParamType of a parameter.
Proprietà pubblica ParamValue Gets or sets the value of a property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Metodo pubblico Equals Determines whether two object instances are equal. Esegue l'override di Object.Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for an instance of the ComplexProperty class. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

This class is used when the DTSParamType is Complex.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask