UnitTestingDesignService.ScriptGenerationSupported Method
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Public MustOverride Function ScriptGenerationSupported ( _
elementClassToTest As ModelElementClass _
) As Boolean
public abstract bool ScriptGenerationSupported(
ModelElementClass elementClassToTest
)
public:
virtual bool ScriptGenerationSupported(
ModelElementClass^ elementClassToTest
) abstract
abstract ScriptGenerationSupported :
elementClassToTest:ModelElementClass -> bool
public abstract function ScriptGenerationSupported(
elementClassToTest : ModelElementClass
) : boolean
Parameters
- elementClassToTest
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.