Classe DTSWebMethodInfo
Encapsulates the details of a web method.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DTSWebMethodInfo
'Utilizzo
Dim instance As DTSWebMethodInfo
[SerializableAttribute]
public class DTSWebMethodInfo
[SerializableAttribute]
public ref class DTSWebMethodInfo
[<SerializableAttribute>]
type DTSWebMethodInfo = class end
public class DTSWebMethodInfo
Nel tipo DTSWebMethodInfo sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DTSWebMethodInfo() | Initializes a new instance of the DTSWebMethodInfo class. | |
DTSWebMethodInfo(String, String, String) | Initializes a new instance of the DTSWebMethodInfo class, using the specified method name, message name, and documentation for the method. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Documentation | Gets the documentation. | |
MessageName | Gets the name of a message. | |
MethodName | Gets the name of a method. | |
ParamInfos | Gets or sets an array that contains all the parameter information for a method. | |
Supported | Gets a value that indicates whether a Web method is supported or not. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates an instance of the DTSWebMethodInfo class that is identical to the current object. | |
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 this object. Esegue l'override di Object.GetHashCode(). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
The class contains the method name, message name, the documentation for the method, and the parameters to be passed for method invocation.
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