Propriedade do RDL SoapPayloadMethodCollection.Item (String, String)
Gets a SoapPayloadMethod object in the specified collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String, _
methodNamespace As String _
) As SoapPayloadMethod
Get
'Uso
Dim instance As SoapPayloadMethodCollection
Dim name As String
Dim methodNamespace As String
Dim value As SoapPayloadMethod
value = instance(name, methodNamespace)
public SoapPayloadMethod this[
string name,
string methodNamespace
] { get; }
public:
property SoapPayloadMethod^ default[String^ name, String^ methodNamespace] {
SoapPayloadMethod^ get (String^ name, String^ methodNamespace);
}
member Item : SoapPayloadMethod
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
A String value that specifies the name of the SoapPayloadMethod object in the SoapPayloadMethodCollection collection.
- methodNamespace
Tipo: System.String
A String value that specifies the namespace of the SoapPayloadMethod object to find.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.SoapPayloadMethod
A SoapPayloadMethod object value that represents the SOAP payload method.