Propriété SoapPayloadMethodCollection.Item (String, String)
Gets a SoapPayloadMethod object in the specified collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String, _
methodNamespace As String _
) As SoapPayloadMethod
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System.String
A String value that specifies the name of the SoapPayloadMethod object in the SoapPayloadMethodCollection collection.
- methodNamespace
Type : System.String
A String value that specifies the namespace of the SoapPayloadMethod object to find.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.SoapPayloadMethod
A SoapPayloadMethod object value that represents the SOAP payload method.