MailProfile.Rename 方法
Renames the referenced mail profile.
命名空间: Microsoft.SqlServer.Management.Smo.Mail
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Rename ( _
newName As String _
)
用法
Dim instance As MailProfile
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 profile.
实现
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo.Mail 命名空间