Partilhar via


Classe ComplexProperty

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class ComplexProperty
'Uso
Dim instance As ComplexProperty
[SerializableAttribute]
public class ComplexProperty
[SerializableAttribute]
public ref class ComplexProperty
[<SerializableAttribute>]
type ComplexProperty =  class end
public class ComplexProperty

O tipo ComplexProperty expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ComplexProperty() () () () Initializes a new instance of the ComplexProperty class.
Método público ComplexProperty(String, String, DTSParamType) Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

Início

Propriedades

  Nome Descrição
Propriedade pública DataType Gets the data type of a property.
Propriedade pública Name Gets the name of a property.
Propriedade pública ParamType Gets the DTSParamType of a parameter.
Propriedade pública ParamValue Gets or sets the value of a property.

Início

Métodos

  Nome Descrição
Método público Clone Creates an instance of the ComplexProperty class that is identical to the current ComplexProperty.
Método público Equals Determines whether two object instances are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code for an instance of the ComplexProperty class. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

This class is used when the DTSParamType is Complex.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.