SchemaCompareScriptService.GetUpdateTargetConfirmationMessage Method
Returns a target confirmation message for the Schema Compare window in 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 GetUpdateTargetConfirmationMessage ( _
targetSM As DataSchemaModel, _
targetConnectionType As SchemaCompareConnectionType _
) As String
public virtual string GetUpdateTargetConfirmationMessage(
DataSchemaModel targetSM,
SchemaCompareConnectionType targetConnectionType
)
public:
virtual String^ GetUpdateTargetConfirmationMessage(
DataSchemaModel^ targetSM,
SchemaCompareConnectionType targetConnectionType
)
abstract GetUpdateTargetConfirmationMessage :
targetSM:DataSchemaModel *
targetConnectionType:SchemaCompareConnectionType -> string
override GetUpdateTargetConfirmationMessage :
targetSM:DataSchemaModel *
targetConnectionType:SchemaCompareConnectionType -> string
public function GetUpdateTargetConfirmationMessage(
targetSM : DataSchemaModel,
targetConnectionType : SchemaCompareConnectionType
) : String
Parameters
- targetSM
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
A DataSchemaModel object.
- targetConnectionType
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareConnectionType
A member of the SchemaCompareConnectionType enumeration.
Return Value
Type: System.String
The update target database confirmation message.
.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