Welcome to MSDN Blogs
Sign in
|
Join
|
Help
SQL Server Policy-Based Management
This blog is dedicated to Policy-Based Management introduced in SQL Server 2008
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Best Practice
Check On Change
Check On Shcedule
Conditon
Evaluation Mode
Facets
General
Management Studio
Nonsense
Policy
PowerShell
Sample
SQL Server 2000
SQL Server 2005
SQL Server 2008
SQL Server Agent
Archives
April 2009 (2)
September 2008 (1)
July 2008 (5)
June 2008 (3)
May 2008 (1)
April 2008 (4)
Browse by Tags
All Tags
»
Facets
»
SQL Server 2008
(RSS)
Policy
Monday, April 20, 2009 10:40 AM
Generate the List of All Available Facets and Their Properties
Our colleague Jens Suessmeyer in Germany has figured out how to generate the list of all facets and their properties. He has posted the list on his blog. Below is the code snippet from Jens: foreach ( FacetInfo info in PolicyStore .Facets) {
Posted by
sqlpbm
|
1 Comments
Filed under:
Facets
,
Policy
,
SQL Server 2008