Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Associates a security principal with the referenced mail profile.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub AddPrincipal ( _
principalName As String _
)
'Usage
Dim instance As MailProfile
Dim principalName As String
instance.AddPrincipal(principalName)
public void AddPrincipal(
string principalName
)
public:
void AddPrincipal(
String^ principalName
)
member AddPrincipal :
principalName:string -> unit
public function AddPrincipal(
principalName : String
)
Parameters
- principalName
Type: System.String
A String value that specifies the name of the security principal.
Remarks
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.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo.Mail Namespace