IsScriptable Method

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

Syntax

'Declaration
Public Shared Function IsScriptable ( _
    elementType As Type _
) As Boolean
'Usage
Dim elementType As Type
Dim returnValue As Boolean

returnValue = ImportConstants.IsScriptable(elementType)
public static bool IsScriptable(
    Type elementType
)
public:
static bool IsScriptable(
    Type^ elementType
)
static member IsScriptable : 
        elementType:Type -> bool 
public static function IsScriptable(
    elementType : Type
) : boolean

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

ImportConstants Class

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