IModelProvider.IsCompatible Method
Returns whether the model provider is compatible.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function IsCompatible ( _
modelProvider As IModelProvider, _
<OutAttribute> ByRef schemaCompareSettingsOptions As ISchemaCompareSettingsOptions, _
<OutAttribute> ByRef errorMessage As String _
) As Boolean
'Usage
Dim instance As IModelProvider
Dim modelProvider As IModelProvider
Dim schemaCompareSettingsOptions As ISchemaCompareSettingsOptions
Dim errorMessage As String
Dim returnValue As Boolean
returnValue = instance.IsCompatible(modelProvider, _
schemaCompareSettingsOptions, errorMessage)
bool IsCompatible(
IModelProvider modelProvider,
out ISchemaCompareSettingsOptions schemaCompareSettingsOptions,
out string errorMessage
)
bool IsCompatible(
IModelProvider^ modelProvider,
[OutAttribute] ISchemaCompareSettingsOptions^% schemaCompareSettingsOptions,
[OutAttribute] String^% errorMessage
)
function IsCompatible(
modelProvider : IModelProvider,
schemaCompareSettingsOptions : ISchemaCompareSettingsOptions,
errorMessage : String
) : boolean
abstract IsCompatible :
modelProvider:IModelProvider *
schemaCompareSettingsOptions:ISchemaCompareSettingsOptions *
errorMessage:string -> bool
Parameters
- modelProvider
Type: Microsoft.Data.Schema.Compare.Schema.IModelProvider
The model provider
- schemaCompareSettingsOptions
Type: Microsoft.Data.Schema.Compare.Schema.ISchemaCompareSettingsOptions%
The schema compare settings options
- errorMessage
Type: System.String%
The error message
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.