Sprache

IQueryProvider.GetColumns(INodeInformation) Methode

Definition

Ruft eine Liste von Spalten ab.

public:
 cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IColumnProperty ^> ^ GetColumns(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IColumnProperty[] GetColumns(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member GetColumns : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IColumnProperty[]
Public Function GetColumns (source As INodeInformation) As IColumnProperty()

Parameter

source
INodeInformation

Elternelement, das Kontext und Dienste liefert.

Gibt zurück

Gibt ein Array zurück, das eine Liste von Spalten darstellt.

Gilt für: