Метод MailProfile.AddPrincipal (String, Boolean)

Associates a security principal with the referenced mail profile.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Mail
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub AddPrincipal ( _
    principalName As String, _
    isDefaultProfile As Boolean _
)
'Применение
Dim instance As MailProfile 
Dim principalName As String 
Dim isDefaultProfile As Boolean

instance.AddPrincipal(principalName, _
    isDefaultProfile)
public void AddPrincipal(
    string principalName,
    bool isDefaultProfile
)
public:
void AddPrincipal(
    String^ principalName, 
    bool isDefaultProfile
)
member AddPrincipal : 
        principalName:string * 
        isDefaultProfile:bool -> unit
public function AddPrincipal(
    principalName : String, 
    isDefaultProfile : boolean
)

Параметры

  • principalName
    Тип: System.String
    A String value that specifies the name of the security principal.
  • isDefaultProfile
    Тип: System.Boolean
    A Boolean value that specifies whether the referenced profile is set as the default profile for the principal. If True, the referenced profile is the default profile for the principal.If False, the referenced profile is not the default profile for the principal.

Замечания

A principal refers to a database user, a database role or server role, an application role, or a SQL Server login. You can add these types of users to the mail profile.

Примеры

Использование компонента Database Mail

См. также

Справочник

MailProfile Класс

Перегрузка AddPrincipal

Пространство имен Microsoft.SqlServer.Management.Smo.Mail

Другие ресурсы

Компонент Database Mail