Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the name of transaction used to create a connection.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable Function GetConnectTransactionName ( _
sourceShape As ShapeElement, _
targetShape As ShapeElement _
) As String
public virtual string GetConnectTransactionName(
ShapeElement sourceShape,
ShapeElement targetShape
)
public:
virtual String^ GetConnectTransactionName(
ShapeElement^ sourceShape,
ShapeElement^ targetShape
)
abstract GetConnectTransactionName :
sourceShape:ShapeElement *
targetShape:ShapeElement -> string
override GetConnectTransactionName :
sourceShape:ShapeElement *
targetShape:ShapeElement -> string
public function GetConnectTransactionName(
sourceShape : ShapeElement,
targetShape : ShapeElement
) : String
Parameters
- sourceShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- targetShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Return Value
Type: 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.