Método View.ChangeSchema
Changes the schema for the view.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub ChangeSchema ( _
newSchema As String _
)
'Uso
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
)
Parâmetros
- newSchema
Tipo: System.String
A String value that specifies the new schema.
Exemplos
Criando, alterando e removendo exibições
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo