All top level types supported in the model. These are the only types that can be queried for via the GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes) and GetObjects(DacQueryScopes, array<ModelTypeClass[]) API calls.
命名空间: Microsoft.SqlServer.Dac.Model
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public ReadOnly Property TopLevelTypes As IEnumerable(Of ModelTypeClass)
Get
用法
Dim instance As TSqlModelSchema
Dim value As IEnumerable(Of ModelTypeClass)
value = instance.TopLevelTypes
public IEnumerable<ModelTypeClass> TopLevelTypes { get; }
public:
property IEnumerable<ModelTypeClass^>^ TopLevelTypes {
IEnumerable<ModelTypeClass^>^ get ();
}
member TopLevelTypes : IEnumerable<ModelTypeClass>
function get TopLevelTypes () : IEnumerable<ModelTypeClass>
属性值
类型:System.Collections.Generic.IEnumerable<ModelTypeClass>