TSqlModelSchema.AllTypes 属性

定义

模型中支持的所有类型。 这包括无法使用 API 调用查询GetObject(ModelTypeClass, ObjectIdentifier, DacQueryScopes)GetObjects(DacQueryScopes, ModelTypeClass[])的类型。

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.ModelTypeClass> AllTypes { get; }
member this.AllTypes : seq<Microsoft.SqlServer.Dac.Model.ModelTypeClass>
Public ReadOnly Property AllTypes As IEnumerable(Of ModelTypeClass)

属性值

适用于