Aracılığıyla paylaş


ModelStore.CreateNamedAnnotation Yöntem (Type, 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 ( _
    annotationType As Type, _
    identifier As ModelIdentifier _
) As IModelAnnotation
public IModelAnnotation CreateNamedAnnotation(
    Type annotationType,
    ModelIdentifier identifier
)
public:
IModelAnnotation^ CreateNamedAnnotation(
    Type^ annotationType, 
    ModelIdentifier^ identifier
)
member CreateNamedAnnotation : 
        annotationType:Type * 
        identifier:ModelIdentifier -> IModelAnnotation 
public function CreateNamedAnnotation(
    annotationType : Type, 
    identifier : ModelIdentifier
) : IModelAnnotation

Parametreler

Dönüş Değeri

Tür: Microsoft.Data.Schema.SchemaModel.IModelAnnotation
Bir 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

IModelAnnotation