Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Enumerations in PoSh prior to V5

$
0
0
I'm trying to create an enum of our SQL Servers
[code="other"]
Add-Type -TypeDefinition @"
 public enum OurServers3
     {
     Srv1,
  &nbs

Viewing all articles
Browse latest Browse all 467

Trending Articles