Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the schema for the view.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub ChangeSchema ( _
newSchema As String _
)
'Usage
Dim instance As View
Dim newSchema As String
instance.ChangeSchema(newSchema)
public void ChangeSchema(
string newSchema
)
public:
void ChangeSchema(
String^ newSchema
)
member ChangeSchema :
newSchema:string -> unit
public function ChangeSchema(
newSchema : String
)
Parameters
- newSchema
Type: System.String
A String value that specifies the new schema.
Examples
Creating, Altering, and Removing Views
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace