PoshCode Archive  Artifact [dc8e56d64a]

Artifact dc8e56d64ac65c52dc33dba686adb8eaa98d4159b666fc5e69a20288e2e458ec:

  • File sqldom.ps1 — part of check-in [18b6f4a204] at 2018-06-10 14:13:36 on branch trunk — test post sqldom (user: ietei size: 382)

# encoding: ascii
# api: powershell
# title: sqldom
# description: test post sqldom
# version: 0.1
# type: script
# author: ietei
# license: CC0
# x-poshcode-id: 6342
# x-archived: 2016-05-18T07:13:41
# x-published: 2016-05-12T01:09:00
#
#
$sqldom = [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.TransactSql.ScriptDom");

$sqldom.gettypes()