ExtendedStoredProcedure.ChangeSchema Método
Changes the schema associated with the stored procedure.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub ChangeSchema ( _
newSchema As String _
)
'Uso
Dim instance As ExtendedStoredProcedure
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 name of the new schema.
Ejemplos
Trabajar con objetos de bases de datos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo