Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.