SchemaCompareScriptService.CreateExcludedElement Method
Returns an element that is excluded from the plan by the user in the Schema Compare window of Visual Studio Premium and Visual Studio Ultimate.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Overridable Function CreateExcludedElement ( _
modelProvider As ISchemaCompareModelProvider, _
modelElement As IModelElement _
) As SchemaCompareExcludedElement
public virtual SchemaCompareExcludedElement CreateExcludedElement(
ISchemaCompareModelProvider modelProvider,
IModelElement modelElement
)
public:
virtual SchemaCompareExcludedElement^ CreateExcludedElement(
ISchemaCompareModelProvider^ modelProvider,
IModelElement^ modelElement
)
abstract CreateExcludedElement :
modelProvider:ISchemaCompareModelProvider *
modelElement:IModelElement -> SchemaCompareExcludedElement
override CreateExcludedElement :
modelProvider:ISchemaCompareModelProvider *
modelElement:IModelElement -> SchemaCompareExcludedElement
public function CreateExcludedElement(
modelProvider : ISchemaCompareModelProvider,
modelElement : IModelElement
) : SchemaCompareExcludedElement
Parameters
- modelProvider
Type: Microsoft.Data.Schema.Tools.Compare.Schema.ISchemaCompareModelProvider
An ISchemaCompareModelProvider object.
- modelElement
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
An IModelElement object.
Return Value
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareExcludedElement
An element that the user has designated as excluded from comparison in the Schema Compare window of Visual Studio Premium and Visual Studio Ultimate.
.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.
See Also
Reference
SchemaCompareScriptService Class