Proprietà Item (String)
Gets a MailServer object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As MailServer
Get
'Utilizzo
Dim instance As MailServerCollection
Dim name As String
Dim value As MailServer
value = instance(name)
public MailServer this[
string name
] { get; }
public:
property MailServer^ default[String^ name] {
MailServer^ get (String^ name);
}
member Item : MailServer
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the MailServer object in the MailServerCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailServer
A MailServer object value that represents the mail server.
Vedere anche