共用方式為


DataGenerationServices.GetCopiedAnnotationTypes 方法

當 Visual Studio 同步處理資料產生計劃與現有專案結構描述時呼叫。 這個方法可讓 Visual Studio 將附註從專案模型複製到資料產生模型。

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

語法

'宣告
Public Overridable Function GetCopiedAnnotationTypes ( _
    projectStore As DataSchemaModel _
) As IList(Of Type)
public virtual IList<Type> GetCopiedAnnotationTypes(
    DataSchemaModel projectStore
)
public:
virtual IList<Type^>^ GetCopiedAnnotationTypes(
    DataSchemaModel^ projectStore
)
abstract GetCopiedAnnotationTypes : 
        projectStore:DataSchemaModel -> IList<Type> 
override GetCopiedAnnotationTypes : 
        projectStore:DataSchemaModel -> IList<Type> 
public function GetCopiedAnnotationTypes(
    projectStore : DataSchemaModel
) : IList<Type>

參數

傳回值

型別:System.Collections.Generic.IList<Type>
模型中的附註型別清單。

備註

請透過這個方法提供此資訊,這樣您的資料庫結構描述模型就可以出現在 Visual Studio 專案中,供使用者建立與管理您在模型中定義的資料庫物件。

.NET Framework 安全性

請參閱

參考

DataGenerationServices 類別

Microsoft.Data.Schema.Tools.DataGenerator 命名空間