SoapPayloadMethodCollection.Item[] 屬性

定義

多載

Item[Int32]

public Microsoft.SqlServer.Management.Smo.SoapPayloadMethod this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.SoapPayloadMethod
Default Public ReadOnly Property Item(index As Integer) As SoapPayloadMethod

參數

index
Int32

屬性值

適用於

Item[String]

public Microsoft.SqlServer.Management.Smo.SoapPayloadMethod this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.SoapPayloadMethod
Default Public ReadOnly Property Item(name As String) As SoapPayloadMethod

參數

name
String

屬性值

適用於

Item[String, String]

public Microsoft.SqlServer.Management.Smo.SoapPayloadMethod this[string name, string methodNamespace] { get; }
member this.Item(string * string) : Microsoft.SqlServer.Management.Smo.SoapPayloadMethod
Default Public ReadOnly Property Item(name As String, methodNamespace As String) As SoapPayloadMethod

參數

name
String
methodNamespace
String

屬性值

適用於