Método ModelStore.UpdateSourceNamePrefixes
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
- oldSourceNamePrefix
Tipo: System.String
- newSourceNamePrefix
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.