Skip to content

Commit 99c0667

Browse files
committed
Add SqlServerComponent enumeration to define SQL Server components
1 parent bfbd2ab commit 99c0667

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<#
2+
.SYNOPSIS
3+
The SQL Server component installed on the system.
4+
5+
.DESCRIPTION
6+
The SQL Server component installed on the system.
7+
#>
8+
enum SqlServerComponent
9+
{
10+
BackwardCompatibility
11+
BooksOnline
12+
Connectivity
13+
DataQualityClient
14+
DataQualityServer
15+
IntegrationServices
16+
ManagementStudio
17+
ManagementStudioAdvanced
18+
MasterDataServices
19+
ROpenRPackages
20+
RServices
21+
Replication
22+
SoftwareDevelopmentKit
23+
}

0 commit comments

Comments
 (0)