Classe ComplexProperty
Encapsulates the information about one property of a complex type parameter.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..ComplexProperty
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ComplexProperty
'Utilisation
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty = class end
public class ComplexProperty
Le type ComplexProperty expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Clone | Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty. |
![]() |
Equals | Determines whether two object instances are equal. (remplace Object. . :: . .Equals(Object).) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | Returns the hash code for an instance of the ComplexProperty class. (remplace Object. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)