OrderBy Parameter (Select-Pinterest Cmdlet)
カラムが返される順番。
Syntax
Select-Pinterest -OrderBy string
Remarks
カラムが返される順番。このパラメータの値はSQL ステートメントのORDER BY 句と同じ構文を持ちます。複数のカラムおよびそれぞれの並べ替え順を、カンマ区切りリストで指定できます。
Select-Pinterest -Connection $connection -Table "AdAccounts" -Columns "Country ASC" -Where "Id = '43567234'"