IDataSourceDescriptor 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a data source descriptor.

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Public Interface IDataSourceDescriptor
用法
Dim instance As IDataSourceDescriptor
public interface IDataSourceDescriptor
public interface class IDataSourceDescriptor
type IDataSourceDescriptor =  interface end
public interface IDataSourceDescriptor

IDataSourceDescriptor 类型公开以下成员。

属性

  名称 说明
公共属性 Kind 基础结构。Gets the kind of this current instance.
公共属性 Moniker 基础结构。Gets the moniker associated with the object.
公共属性 Name 基础结构。Gets the name of the current instance.
公共属性 Prepared Gets a value indicating whether the IDataSourceDescriptor object is prepared.
公共属性 Valid Gets a value that indicates whether the IDataSourceDescriptor object is valid.

页首

方法

  名称 说明
公共方法 GetChildDescriptors Returns the child descriptors for this current object.
公共方法 GetProperty Searches for the public property with the specified name.
公共方法 Prepare 基础结构。Creates a prepared version of the descriptor.
公共方法 SetProperty Sets the property specified by name to the value specified by value.

页首

事件

  名称 说明
公共事件 Invalidated 基础结构。Occurs when the data source is invalidated.
公共事件 PropertyChanged Occurs when a property value changes.

页首

请参阅

参考

Microsoft.DataWarehouse.Interfaces 命名空间