DebugSession.IDebugProjectService.OpenSqlObjectDocument Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void OpenSqlObjectDocument(System::String ^ url, System::String ^ objectName, System::String ^ objectText);
public void OpenSqlObjectDocument(string url, string objectName, string objectText);
abstract member OpenSqlObjectDocument : string * string * string -> unit
Public Sub OpenSqlObjectDocument (url As String, objectName As String, objectText As String)
Parameters
- url
- String
- objectName
- String
- objectText
- String