We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbd2ab commit 99c0667Copy full SHA for 99c0667
1 file changed
source/Enum/003.SqlServerComponent.ps1
@@ -0,0 +1,23 @@
1
+<#
2
+ .SYNOPSIS
3
+ The SQL Server component installed on the system.
4
+
5
+ .DESCRIPTION
6
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