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 | |
---|---|---|
ComplexProperty() | Initializes a new instance of the ComplexProperty class. | |
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 | |
---|---|---|
DataType | Gets the data type of a property. | |
Name | Gets the name of a property. | |
ParamType | Gets the DTSParamType of a parameter. | |
ParamValue | Gets or sets the value of a property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty. | |
Equals | Determines whether two object instances are equal. Esegue l'override di Object.Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Returns the hash code for an instance of the ComplexProperty class. Esegue l'override di Object.GetHashCode(). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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