新しいスキーマを取得します。
名前空間: 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