Metodo MailProfile.EnumAccounts
Returns an enumerated list of email accounts associated with the referenced mail profile.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function EnumAccounts As DataTable
'Utilizzo
Dim instance As MailProfile
Dim returnValue As DataTable
returnValue = instance.EnumAccounts()
public DataTable EnumAccounts()
public:
DataTable^ EnumAccounts()
member EnumAccounts : unit -> DataTable
public function EnumAccounts() : DataTable
Valore restituito
Tipo: System.Data.DataTable
A DataTable object value that contains a table of information about e-mail accounts that are associated with the referenced mail profile.
Esempi
Utilizzo di Posta elettronica database
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Mail