Skip to content

Commit 6d33faf

Browse files
committed
Remove unused enum type cache from SqlResourceBase class
1 parent 8cb2a30 commit 6d33faf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source/Classes/011.SqlResourceBase.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
#>
4444
class SqlResourceBase : ResourceBase
4545
{
46-
# Cache for resolved enum types to avoid repeated assembly scanning.
47-
hidden static [System.Collections.Generic.Dictionary[System.String, System.Type]] $EnumTypeCache = [System.Collections.Generic.Dictionary[System.String, System.Type]]::new()
48-
4946
<#
5047
Property for holding the server connection object.
5148
This should be an object of type [Microsoft.SqlServer.Management.Smo.Server]

0 commit comments

Comments
 (0)