FragmentationData90Base.RunQuery(ServerConnection, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
static System::Data::DataTable ^ RunQuery(Microsoft::SqlServer::Management::Common::ServerConnection ^ svrcon, System::String ^ selectquery);
protected static System.Data.DataTable RunQuery (Microsoft.SqlServer.Management.Common.ServerConnection svrcon, string selectquery);
static member RunQuery : Microsoft.SqlServer.Management.Common.ServerConnection * string -> System.Data.DataTable
Protected Shared Function RunQuery (svrcon As ServerConnection, selectquery As String) As DataTable
Parameters
- svrcon
- ServerConnection
- selectquery
- String