<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Garrett Patterson</title>
	<atom:link href="http://www.garrettpatterson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garrettpatterson.com</link>
	<description>check out my picture of a road v</description>
	<lastBuildDate>Wed, 08 Feb 2012 01:39:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Analysis Services Add role members programmatically in C# by Malcolm</title>
		<link>http://www.garrettpatterson.com/2011/11/02/analysis-services-add-role-members-programmatically-in-c/#comment-52</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Wed, 08 Feb 2012 01:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrettpatterson.com/?p=149#comment-52</guid>
		<description>I went through the exact same pain as you.
Found your post and resolved our user add problems in minutes.
Thanks for posting.

Here&#039;s what I implemented,

NTAccount acct = new NTAccount(usr);
SecurityIdentifier sid = (SecurityIdentifier)acct.Translate(typeof(SecurityIdentifier));
rl.Members.Add(new RoleMember(usr, sid.ToString()));
rl.Update();</description>
		<content:encoded><![CDATA[<p>I went through the exact same pain as you.<br />
Found your post and resolved our user add problems in minutes.<br />
Thanks for posting.</p>
<p>Here&#8217;s what I implemented,</p>
<p>NTAccount acct = new NTAccount(usr);<br />
SecurityIdentifier sid = (SecurityIdentifier)acct.Translate(typeof(SecurityIdentifier));<br />
rl.Members.Add(new RoleMember(usr, sid.ToString()));<br />
rl.Update();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neighborhood Blogs: helicopter sightings by Rebecca</title>
		<link>http://www.garrettpatterson.com/2011/06/01/neighborhood-blogs-helicopter-sightings/#comment-3</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Wed, 01 Jun 2011 01:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.garrettpatterson.com/?p=46#comment-3</guid>
		<description>You have made my day. Also, I laughed so hard, I cried.</description>
		<content:encoded><![CDATA[<p>You have made my day. Also, I laughed so hard, I cried.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

