IQueryProvider.GetColumns(INodeInformation) Metodo

Definizione

Recupera una lista di colonne.

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()

Parametri

source
INodeInformation

Elemento genitore che fornisce contesto e servizi.

Valori restituiti

Restituisce un array che rappresenta una lista di colonne.

Si applica a