Gets the new schema
命名空間: 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