SoapPayloadMethodCollection.Item 属性 (String, String)
Gets a SoapPayloadMethod object in the specified collection by name.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
name As String, _
methodNamespace As String _
) As SoapPayloadMethod
Get
用法
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 支持使用索引属性,但不支持声明新索引属性。
参数
- name
类型:System.String
A String value that specifies the name of the SoapPayloadMethod object in the SoapPayloadMethodCollection collection.
- methodNamespace
类型:System.String
A String value that specifies the namespace of the SoapPayloadMethod object to find.
属性值
类型:Microsoft.SqlServer.Management.Smo.SoapPayloadMethod
A SoapPayloadMethod object value that represents the SOAP payload method.