Freigeben über


IDataSourceDescriptor-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a data source descriptor.

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

Syntax

'Declaration
Public Interface IDataSourceDescriptor
'Usage
Dim instance As IDataSourceDescriptor
public interface IDataSourceDescriptor
public interface class IDataSourceDescriptor
type IDataSourceDescriptor =  interface end
public interface IDataSourceDescriptor

Der IDataSourceDescriptor-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Kind Infrastruktur Gets the kind of this current instance.
Öffentliche Eigenschaft Moniker Infrastruktur Gets the moniker associated with the object.
Öffentliche Eigenschaft Name Infrastruktur Gets the name of the current instance.
Öffentliche Eigenschaft Prepared Gets a value indicating whether the IDataSourceDescriptor object is prepared.
Öffentliche Eigenschaft Valid Gets a value that indicates whether the IDataSourceDescriptor object is valid.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetChildDescriptors Returns the child descriptors for this current object.
Öffentliche Methode GetProperty Searches for the public property with the specified name.
Öffentliche Methode Prepare Infrastruktur Creates a prepared version of the descriptor.
Öffentliche Methode SetProperty Sets the property specified by name to the value specified by value.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Invalidated Infrastruktur Occurs when the data source is invalidated.
Öffentliches Ereignis PropertyChanged Occurs when a property value changes.

Zum Anfang

Siehe auch

Verweis

Microsoft.DataWarehouse.Interfaces-Namespace