Share via


ScriptableModelElementTypes Field

Don't alter the list of these elements. This affects the order of creation.

Namespace:  Microsoft.Data.Tools.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Tools.Schema.Sql (in Microsoft.Data.Tools.Schema.Sql.dll)

Syntax

'Declaration
Public Shared ScriptableModelElementTypes As List(Of Type)
'Usage
Dim value As List(Of Type)

value = ImportConstants.ScriptableModelElementTypes

ImportConstants.ScriptableModelElementTypes = value
public static List<Type> ScriptableModelElementTypes
public:
static List<Type^>^ ScriptableModelElementTypes
static val mutable ScriptableModelElementTypes: List<Type>
public static var ScriptableModelElementTypes : List<Type>

See Also

Reference

ImportConstants Class

Microsoft.Data.Tools.Schema.Sql.SchemaModel Namespace