IDWDesignerService.OpenDesignerEx 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Opens a designer.
命名空间: Microsoft.DataWarehouse.Interfaces
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Function OpenDesignerEx ( _
vsHierarchy As Object, _
itemId As UIntPtr, _
objectType As DwObjectKind, _
connectionString As String, _
objectUrn As String, _
ParamArray arguments As Object() _
) As Object
用法
Dim instance As IDWDesignerService
Dim vsHierarchy As Object
Dim itemId As UIntPtr
Dim objectType As DwObjectKind
Dim connectionString As String
Dim objectUrn As String
Dim arguments As Object()
Dim returnValue As Object
returnValue = instance.OpenDesignerEx(vsHierarchy, _
itemId, objectType, connectionString, _
objectUrn, arguments)
Object OpenDesignerEx(
Object vsHierarchy,
UIntPtr itemId,
DwObjectKind objectType,
string connectionString,
string objectUrn,
params Object[] arguments
)
Object^ OpenDesignerEx(
Object^ vsHierarchy,
UIntPtr itemId,
DwObjectKind objectType,
String^ connectionString,
String^ objectUrn,
... array<Object^>^ arguments
)
abstract OpenDesignerEx :
vsHierarchy:Object *
itemId:UIntPtr *
objectType:DwObjectKind *
connectionString:string *
objectUrn:string *
arguments:Object[] -> Object
function OpenDesignerEx(
vsHierarchy : Object,
itemId : UIntPtr,
objectType : DwObjectKind,
connectionString : String,
objectUrn : String,
... arguments : Object[]
) : Object
参数
- vsHierarchy
类型:System.Object
The Explorer hierarchy.
- itemId
类型:System.UIntPtr
The object hierarchy.
- objectType
类型:Microsoft.DataWarehouse.Interfaces.DwObjectKind
The object type.
- connectionString
类型:System.String
The server connection string.
- objectUrn
类型:System.String
The Xml representation of object URN.
- arguments
类型:array<System.Object[]
The arguments to be pushed on stack before designer window activates.
返回值
类型:System.Object
The designer being opened.