SchemaCompareScriptService.GetUpdateTargetConfirmationMessage Method
Returns the confirmation message displayed during a schema update to the target.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Function GetUpdateTargetConfirmationMessage ( _
targetSM As DataSchemaModel, _
targetConnectionType As ConnectionType _
) As String
'Usage
Dim instance As SchemaCompareScriptService
Dim targetSM As DataSchemaModel
Dim targetConnectionType As ConnectionType
Dim returnValue As String
returnValue = instance.GetUpdateTargetConfirmationMessage(targetSM, _
targetConnectionType)
public virtual string GetUpdateTargetConfirmationMessage(
DataSchemaModel targetSM,
ConnectionType targetConnectionType
)
public:
virtual String^ GetUpdateTargetConfirmationMessage(
DataSchemaModel^ targetSM,
ConnectionType targetConnectionType
)
public function GetUpdateTargetConfirmationMessage(
targetSM : DataSchemaModel,
targetConnectionType : ConnectionType
) : String
abstract GetUpdateTargetConfirmationMessage :
targetSM:DataSchemaModel *
targetConnectionType:ConnectionType -> string
override GetUpdateTargetConfirmationMessage :
targetSM:DataSchemaModel *
targetConnectionType:ConnectionType -> string
Parameters
- targetSM
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The target schema model
- targetConnectionType
Type: Microsoft.Data.Schema.Compare.Schema.ConnectionType
The target connection type
Return Value
Type: System.String
.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
SchemaCompareScriptService Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility Namespace