Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Removes the association between a principal and the referenced mail profile.
Namespace: Microsoft.SqlServer.Management.Smo.Mail
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub RemovePrincipal ( _
principalName As String _
)
'Usage
Dim instance As MailProfile
Dim principalName As String
instance.RemovePrincipal(principalName)
public void RemovePrincipal(
string principalName
)
public:
void RemovePrincipal(
String^ principalName
)
member RemovePrincipal :
principalName:string -> unit
public function RemovePrincipal(
principalName : String
)
Parameters
- principalName
Type: System.String
A String value that specifies the name of the principal.