IDWDesignerService.OpenDesigner Method (Object, UIntPtr, String, String)
Applies To: SQL Server 2016 Preview
Opens a designer.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
void OpenDesigner(
object vsHierarchy,
UIntPtr itemId,
string connectionString,
string objectUrn
)
void OpenDesigner(
Object^ vsHierarchy,
UIntPtr itemId,
String^ connectionString,
String^ objectUrn
)
abstract OpenDesigner :
vsHierarchy:Object *
itemId:unativeint *
connectionString:string *
objectUrn:string -> unit
Sub OpenDesigner (
vsHierarchy As Object,
itemId As UIntPtr,
connectionString As String,
objectUrn As String
)
Parameters
vsHierarchy
Type: System.ObjectThe explorer hierarchy.
itemId
Type: System.UIntPtrThe object hierarchy item.
connectionString
Type: System.StringThe server connection string.
objectUrn
Type: System.StringThe Xml representation of object.
See Also
OpenDesigner Overload
IDWDesignerService Interface
Microsoft.DataWarehouse.Interfaces Namespace
Return to top