CertificateCollection.Item[] 속성

정의

오버로드

Name Description
Item[Int32]
Item[String]

Item[Int32]

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

매개 변수

index
Int32

속성 값

적용 대상

Item[String]

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

매개 변수

name
String

속성 값

적용 대상