IDWDesignerService.OpenDesigner Method (Object, UIntPtr, DwObjectKind, String, String, Object )
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,
params object[] arguments
)
void OpenDesigner(
Object^ vsHierarchy,
UIntPtr itemId,
DwObjectKind objectType,
String^ connectionString,
String^ objectUrn,
... array<Object^>^ arguments
)
abstract OpenDesigner :
vsHierarchy:Object *
itemId:unativeint *
objectType:DwObjectKind *
connectionString:string *
objectUrn:string *
[<ParamArrayAttribute>] arguments:Object[] -> unit
Sub OpenDesigner (
vsHierarchy As Object,
itemId As UIntPtr,
objectType As DwObjectKind,
connectionString As String,
objectUrn As String,
ParamArray arguments As Object()
)
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.
arguments
Type: System.Object[]The arguments.
See Also
OpenDesigner Overload
IDWDesignerService Interface
Microsoft.DataWarehouse.Interfaces Namespace
Return to top