EnumAccounts 메서드
Returns an enumerated list of email accounts associated with the referenced mail profile.
네임스페이스: Microsoft.SqlServer.Management.Smo.Mail
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function EnumAccounts As DataTable
‘사용 방법
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
반환 값
유형: 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.