Metodo ModelStore.UpdateSourceNamePrefixes
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- oldSourceNamePrefix
Tipo: System.String
- newSourceNamePrefix
Tipo: System.String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.