Interface IDWDesignerService

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")> _
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Interface IDWDesignerService
'Utilisation
Dim instance As IDWDesignerService
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface IDWDesignerService
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"67287D05-E699-48f2-A1B5-5437C0CA4BDB")]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface class IDWDesignerService
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type IDWDesignerService =  interface end
public interface IDWDesignerService