Freigeben über


IQueryProvider.GetFilterableColumns(INodeInformation) Methode

Definition

Ruft eine Liste von Spalten ab, die gefiltert werden können.

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

Parameter

source
INodeInformation

Übergeordnetes Element, das Kontext und Dienste bereitstellt.

Gibt zurück

Gibt ein Array zurück, das die Liste der Spalten darstellt, die gefiltert werden können.

Gilt für: