現在のデータベースのラベルを返します。
function p(stuff) { print("<<<" + stuff + ">>>"); } p("Database name = " + @DbName()); p("Database label = " + @DbTitle());