TaskUIUtils.GetSelectedTables(Server, String, TableSelection, Int32) 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.
public:
static System::Collections::ArrayList ^ GetSelectedTables(Microsoft::SqlServer::Management::Smo::Server ^ server, System::String ^ databaseName, Microsoft::SqlServer::Management::DatabaseMaintenance::TableSelection selection, int objectType);
public static System.Collections.ArrayList GetSelectedTables (Microsoft.SqlServer.Management.Smo.Server server, string databaseName, Microsoft.SqlServer.Management.DatabaseMaintenance.TableSelection selection, int objectType);
static member GetSelectedTables : Microsoft.SqlServer.Management.Smo.Server * string * Microsoft.SqlServer.Management.DatabaseMaintenance.TableSelection * int -> System.Collections.ArrayList
Public Shared Function GetSelectedTables (server As Server, databaseName As String, selection As TableSelection, objectType As Integer) As ArrayList
Parameters
- server
- Server
- databaseName
- String
- selection
- TableSelection
- objectType
- Int32