다음을 통해 공유


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 네임스페이스