MailAccount.Rename 메서드

Renames the mail account.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Mail
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Rename ( _
    newName As String _
)
‘사용 방법
Dim instance As MailAccount 
Dim newName As String

instance.Rename(newName)
public void Rename(
    string newName
)
public:
virtual void Rename(
    String^ newName
) sealed
abstract Rename : 
        newName:string -> unit  
override Rename : 
        newName:string -> unit
public final function Rename(
    newName : String
)

매개 변수

  • newName
    유형: System.String
    A String value that specifies the new name of the mail account.

구현

IRenamable.Rename(String)

데이터베이스 메일 사용

참고 항목

참조

MailAccount 클래스

Microsoft.SqlServer.Management.Smo.Mail 네임스페이스

관련 자료

데이터베이스 메일