PropertyCollection.Item[] 屬性

定義

多載

名稱 Description
Item[String]
Item[Int32]

Item[String]

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

參數

name
String

屬性值

適用於

Item[Int32]

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

參數

index
Int32

屬性值

適用於