DwObjectKind Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the type of the data warehouse object.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Enumeration DwObjectKind
'Usage
Dim instance As DwObjectKind
public enum DwObjectKind
public enum class DwObjectKind
type DwObjectKind
public enum DwObjectKind

Members

Member name Description
AnalysisServices The AnalysisServices object.
AnalysisServicesViewers The AnalysisServicesViewers object.
DataTransformationServices The DataTransformationServices object.
DataTransformationServicesViewers The DataTransformationServicesViewers object.

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace