次の方法で共有


SqlRenameStep.NewName プロパティ

オブジェクトの新しい名前を取得します。

名前空間:  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 名前空間