TSqlModelSchema.AllTypes 属性

All types supported in the model. This will include types that cannot be queried for using 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 AllTypes As IEnumerable(Of ModelTypeClass)
    Get
用法
Dim instance As TSqlModelSchema 
Dim value As IEnumerable(Of ModelTypeClass)

value = instance.AllTypes
public IEnumerable<ModelTypeClass> AllTypes { get; }
public:
property IEnumerable<ModelTypeClass^>^ AllTypes {
    IEnumerable<ModelTypeClass^>^ get ();
}
member AllTypes : IEnumerable<ModelTypeClass>
function get AllTypes () : IEnumerable<ModelTypeClass>

属性值

类型:System.Collections.Generic.IEnumerable<ModelTypeClass>

请参阅

参考

TSqlModelSchema 类

Microsoft.SqlServer.Dac.Model 命名空间