Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Metadata properties for the type.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property Metadata As ICollection(Of ModelMetadataClass)
Get
'Usage
Dim instance As ModelTypeClass
Dim value As ICollection(Of ModelMetadataClass)
value = instance.Metadata
public ICollection<ModelMetadataClass> Metadata { get; }
public:
property ICollection<ModelMetadataClass^>^ Metadata {
ICollection<ModelMetadataClass^>^ get ();
}
member Metadata : ICollection<ModelMetadataClass>
function get Metadata () : ICollection<ModelMetadataClass>
Property Value
Type: System.Collections.Generic.ICollection<ModelMetadataClass>