Aracılığıyla paylaş


ModelStore.CreateNamedAnnotation<TAnnotation> Yöntem (ModelIdentifier)

Bir adlandırılmış oluşturur ModelAnnotation nesnesi kullanılarak sağlanan modeli tanımlayıcısı.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public Function CreateNamedAnnotation(Of TAnnotation As IModelAnnotation) ( _
    identifier As ModelIdentifier _
) As TAnnotation
public TAnnotation CreateNamedAnnotation<TAnnotation>(
    ModelIdentifier identifier
)
where TAnnotation : IModelAnnotation
public:
generic<typename TAnnotation>
where TAnnotation : IModelAnnotation
TAnnotation CreateNamedAnnotation(
    ModelIdentifier^ identifier
)
member CreateNamedAnnotation : 
        identifier:ModelIdentifier -> 'TAnnotation  when 'TAnnotation : IModelAnnotation
JScript genel türleri veya yöntemleri desteklemez.

Tür Parametreleri

Parametreler

Dönüş Değeri

Tür: TAnnotation
Adlandırılmış modeli ek açıklama.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ModelStore Sınıf

CreateNamedAnnotation Fazla Yük

Microsoft.Data.Schema.SchemaModel Ad Alanı

ModelIdentifier