共用方式為


ModelStore.UpdateSourceNamePrefixes 方法

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

ModelStore 類別

Microsoft.Data.Schema.SchemaModel 命名空間