Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides ModelTranslator.CanTranslateTo(Type).
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overrides NotOverridable Function CanTranslateTo ( _
toDatabaseSchemaProvider As Type _
) As Boolean
public override sealed bool CanTranslateTo(
Type toDatabaseSchemaProvider
)
public:
virtual bool CanTranslateTo(
Type^ toDatabaseSchemaProvider
) override sealed
abstract CanTranslateTo :
toDatabaseSchemaProvider:Type -> bool
override CanTranslateTo :
toDatabaseSchemaProvider:Type -> bool
public override final function CanTranslateTo(
toDatabaseSchemaProvider : Type
) : boolean
Parameters
- toDatabaseSchemaProvider
Type: System.Type
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.