MailProfileCollection.Item[] 屬性

定義

多載

名稱 Description
Item[Int32]
Item[String]

Item[Int32]

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

參數

index
Int32

屬性值

適用於

Item[String]

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

參數

name
String

屬性值

適用於