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.
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.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public ReadOnly Property AllTypes As IEnumerable(Of ModelTypeClass)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelTypeClass>