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

How can i get properties of an object in order / variable substitution question

$
0
0
Hi all,

I have an object, $Report, with 5 properties. Its an Array of datarows, returned from an SQL Query.
The columns are as follows: FirstCol, SecondCol, ThirdCol, FourthCol, FifthCol

When i do a get-member -membertype property,

Viewing all articles
Browse latest Browse all 467

Trending Articles