ModelStore.UpdateSourceNamePrefixes-Methode
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
)
Parameter
- oldSourceNamePrefix
Typ: System.String
- newSourceNamePrefix
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.