Proprietà Item (String, String)
Gets a SoapPayloadMethod object in the specified collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String, _
methodNamespace As String _
) As SoapPayloadMethod
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- 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.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SoapPayloadMethod
A SoapPayloadMethod object value that represents the SOAP payload method.
Vedere anche