Partager via


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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.SoapPayloadMethod
A SoapPayloadMethod object value that represents the SOAP payload method.

Exemples

Utilisation de collections

Voir aussi

Référence

SoapPayloadMethodCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo