共用方式為


SqlRenameStep.NewName 屬性

Gets the new name of the object

命名空間:  Microsoft.SqlServer.Dac.Deployment
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public ReadOnly Property NewName As String 
    Get
'用途
Dim instance As SqlRenameStep 
Dim value As String 

value = instance.NewName
public string NewName { get; }
public:
property String^ NewName {
    String^ get ();
}
member NewName : string
function get NewName () : String

屬性值

型別:System.String

請參閱

參考

SqlRenameStep 類別

Microsoft.SqlServer.Dac.Deployment 命名空間