次の方法で共有


SqlMoveSchemaStep.NewSchema プロパティ

新しいスキーマを取得します。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public ReadOnly Property NewSchema As String 
    Get
'使用
Dim instance As SqlMoveSchemaStep 
Dim value As String 

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

プロパティ値

型: System.String

関連項目

参照

SqlMoveSchemaStep クラス

Microsoft.SqlServer.Dac.Deployment 名前空間