Compartir a través de


ModelStore.UpdateSourceNamePrefixes (Método)

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Protected Sub UpdateSourceNamePrefixes ( _
    oldSourceNamePrefix As String, _
    newSourceNamePrefix As String _
)
protected void UpdateSourceNamePrefixes(
    string oldSourceNamePrefix,
    string newSourceNamePrefix
)
protected:
void UpdateSourceNamePrefixes(
    String^ oldSourceNamePrefix, 
    String^ newSourceNamePrefix
)
member UpdateSourceNamePrefixes : 
        oldSourceNamePrefix:string * 
        newSourceNamePrefix:string -> unit 
protected function UpdateSourceNamePrefixes(
    oldSourceNamePrefix : String, 
    newSourceNamePrefix : String
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

ModelStore Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)