Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Removes the association between a principal and the referenced mail profile.
Espace de noms : Microsoft.SqlServer.Management.Smo.Mail
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub RemovePrincipal ( _
principalName As String _
)
'Utilisation
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
)
Paramètres
- principalName
Type : System.String
A String value that specifies the name of the principal.