IDWDesignerService.OpenDesigner Method (Object, UIntPtr, DwObjectKind, 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,
DwObjectKind objectType,
string connectionString,
string objectUrn
)
void OpenDesigner(
Object^ vsHierarchy,
UIntPtr itemId,
DwObjectKind objectType,
String^ connectionString,
String^ objectUrn
)
abstract OpenDesigner :
vsHierarchy:Object *
itemId:unativeint *
objectType:DwObjectKind *
connectionString:string *
objectUrn:string -> unit
Sub OpenDesigner (
vsHierarchy As Object,
itemId As UIntPtr,
objectType As DwObjectKind,
connectionString As String,
objectUrn As String
)
Parameters
vsHierarchy
Type: System.ObjectThe Explorer hierarchy.
itemId
Type: System.UIntPtrThe object hierarchy item.
objectType
Type: Microsoft.DataWarehouse.Interfaces.DwObjectKindThe object type.
connectionString
Type: System.StringThe server connection string.
objectUrn
Type: System.StringThe Xml representation of object URN.
See Also
OpenDesigner Overload
IDWDesignerService Interface
Microsoft.DataWarehouse.Interfaces Namespace
Return to top