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.
Returns a value that indicates whether the foreign key has changes pending.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Function GetChanges ( _
changes As ForeignKeyChanges _
) As Boolean
'Usage
Dim instance As ForeignKey
Dim changes As ForeignKeyChanges
Dim returnValue As Boolean
returnValue = instance.GetChanges(changes)
public bool GetChanges(
ForeignKeyChanges changes
)
public:
bool GetChanges(
ForeignKeyChanges changes
)
public function GetChanges(
changes : ForeignKeyChanges
) : boolean
Parameters
- changes
Type: Microsoft.Web.Management.DatabaseManager.ForeignKeyChanges
A ForeignKeyChanges object.
Return Value
Type: System.Boolean
true if the foreign key has pending changes; otherwise, false.
Permissions
- 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.