Redirect | ||||
---|---|---|---|---|
|
Panel | |
---|---|
On this page:
|
Based on object's ID
In this example, we are going to remove a link between two SQL objects (a T-SQL procedure called "CreateNewOrders" and a T-SQL table called "stores") from the CAST Analysis Service. The image below show the link in CAST Enlighten:
...
You can also check in CAST Enlighten – F5 to refresh the view - link no longer exists:
Based on object's GUID
Between two objects with OBJECT_GUIDs
In this example, we are going to remove a link between two C++ objects (a Structure called "row" and a Macro called "AUTHORSIZE") from the CAST Analysis Service. The image below shows the link in CAST Enlighten:
...
You can also check in CAST Enlighten - F5 to refresh the view - link no longer exists:
Between two objects that do not have OBJECT_GUIDs
In this example, we are going to remove a link between two VB objects (VB Event called "Class_Initialize" and a VB Variable called "ErrorBool") from the CAST Analysis Service. The image below shows the link in CAST Enlighten:
...
Code Block |
---|
OBJECT_NAME OBJECT_GUID [char] [char] Class_Initialize Class_Initialize ErrorBool ErrorBool |
Between one object with an OBJECT_GUID and one object without an OBJECT_GUID
In this example, we are going to remove a link between a C++ object (a Function called "main ()") and a T-SQL server object (a Table called "titles") from the CAST Analysis Service. Note that the C++ object has a GUID and the T-SQL server object does not. The image below shows the link in CAST Enlighten:
...