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