共用方式為


SqlMoveSchemaStep.NewSchema 屬性

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

屬性值

型別:System.String

請參閱

參考

SqlMoveSchemaStep 類別

Microsoft.SqlServer.Dac.Deployment 命名空間