ModelStore.UpdateSourceNamePrefixes, méthode
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- oldSourceNamePrefix
Type : System.String
- newSourceNamePrefix
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.