AsymmetricKeyCollection.Item[] 屬性

定義

多載

名稱 Description
Item[Int32]
Item[String]

Item[Int32]

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

參數

index
Int32

屬性值

適用於

Item[String]

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

參數

name
String

屬性值

適用於