IQueryProvider.GetColumns(INodeInformation) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera un elenco 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 padre che fornisce contesto e servizi.
Restituisce
Restituisce una matrice che rappresenta un elenco di colonne.