Interfaz IDataSourceDescriptor
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents a data source descriptor.
Espacio de nombres: Microsoft.DataWarehouse.Interfaces
Ensamblado: Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Sintaxis
'Declaración
Public Interface IDataSourceDescriptor
'Uso
Dim instance As IDataSourceDescriptor
public interface IDataSourceDescriptor
public interface class IDataSourceDescriptor
type IDataSourceDescriptor = interface end
public interface IDataSourceDescriptor
El tipo IDataSourceDescriptor expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Kind | Infraestructura. Gets the kind of this current instance. | |
Moniker | Infraestructura. Gets the moniker associated with the object. | |
Name | Infraestructura. 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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
GetChildDescriptors | Returns the child descriptors for this current object. | |
GetProperty | Searches for the public property with the specified name. | |
Prepare | Infraestructura. Creates a prepared version of the descriptor. | |
SetProperty | Sets the property specified by name to the value specified by value. |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Invalidated | Infraestructura. Occurs when the data source is invalidated. | |
PropertyChanged | Occurs when a property value changes. |
Arriba