Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
XML
data.xmlanalysis
mappoint.webservice
msf
msxml-webrelease
netmyservices.sdk
passport.sdk
soap
soapsdk
uddi.general
uddi.programming
uddi.specification
xml
xmlsqlwebrelease
xsl
  
 
date: Thu, 16 Feb 2006 17:11:40 -0500,    group: microsoft.public.data.xmlanalysis        back       


query security objects with XMLA - possible?   
Is it possible to query and get list of members of a role using XMLA?
date: Thu, 16 Feb 2006 17:11:40 -0500   author:   ChrisHarrington charrington-at-activeinterface.com

Re: query security objects with XMLA - possible?   
In AS 2005 an administrator can do this. But it is not a part of the 
standard.

Thanks,
Akshai

-- 
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"ChrisHarrington" <charrington-at-activeinterface.com> wrote in message 
news:efAV3X0MGHA.2040@TK2MSFTNGP14.phx.gbl...
> Is it possible to query and get list of members of a role using XMLA?
>
date: Fri, 17 Feb 2006 11:30:40 -0800   author:   Akshai Mirchandani [MS]

Re: query security objects with XMLA - possible?   
Thanks Akshai. Could you give an quick example of how this would be done in 
AS 2005. Or a pointer to the relevant areas in documentation.
Chris
"Akshai Mirchandani [MS]"  wrote in message 
news:eTQ7ei$MGHA.3284@TK2MSFTNGP14.phx.gbl...
> In AS 2005 an administrator can do this. But it is not a part of the 
> standard.
>
> Thanks,
> Akshai
>
> -- 
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
> Please do not send email directly to this alias. This alias is for 
> newsgroup
> purposes only.
>
> "ChrisHarrington" <charrington-at-activeinterface.com> wrote in message 
> news:efAV3X0MGHA.2040@TK2MSFTNGP14.phx.gbl...
>> Is it possible to query and get list of members of a role using XMLA?
>>
>
>
date: Mon, 20 Feb 2006 10:34:41 -0500   author:   ChrisHarrington charrington-at-activeinterface.com

Re: query security objects with XMLA - possible?   
You would do a DISCOVER_XML_METADATA 
(http://msdn2.microsoft.com/en-us/library/ms126291.aspx) and specify the 
RoleID as a restriction (and the DatabaseID also). This would return you a 
description of the DDL of that role and you can look at the Members 
collection for the list of members. See 
http://msdn2.microsoft.com/en-us/library/ms126711.aspx and the Roles section 
there for an idea of the response.

This isn't normally what people would do though -- most people should be 
using AMO to do this.

Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"ChrisHarrington" <charrington-at-activeinterface.com> wrote in message 
news:uxYqpMjNGHA.812@TK2MSFTNGP10.phx.gbl...
> Thanks Akshai. Could you give an quick example of how this would be done 
> in AS 2005. Or a pointer to the relevant areas in documentation.
> Chris
> "Akshai Mirchandani [MS]"  wrote in message 
> news:eTQ7ei$MGHA.3284@TK2MSFTNGP14.phx.gbl...
>> In AS 2005 an administrator can do this. But it is not a part of the 
>> standard.
>>
>> Thanks,
>> Akshai
>>
>> -- 
>> --
>> This posting is provided "AS IS" with no warranties, and confers no 
>> rights
>> Please do not send email directly to this alias. This alias is for 
>> newsgroup
>> purposes only.
>>
>> "ChrisHarrington" <charrington-at-activeinterface.com> wrote in message 
>> news:efAV3X0MGHA.2040@TK2MSFTNGP14.phx.gbl...
>>> Is it possible to query and get list of members of a role using XMLA?
>>>
>>
>>
>
>
date: Mon, 20 Feb 2006 10:39:59 -0800   author:   Akshai Mirchandani [MS]

Re: query security objects with XMLA - possible?   
Thanks Akshai. I know AMO would be better - but I always like to know if and 
how to use XMLA.
Chris
"Akshai Mirchandani [MS]"  wrote in message 
news:uCtdO0kNGHA.3936@TK2MSFTNGP10.phx.gbl...
> You would do a DISCOVER_XML_METADATA 
> (http://msdn2.microsoft.com/en-us/library/ms126291.aspx) and specify the 
> RoleID as a restriction (and the DatabaseID also). This would return you a 
> description of the DDL of that role and you can look at the Members 
> collection for the list of members. See 
> http://msdn2.microsoft.com/en-us/library/ms126711.aspx and the Roles 
> section there for an idea of the response.
>
> This isn't normally what people would do though -- most people should be 
> using AMO to do this.
>
> Thanks,
> Akshai
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
> Please do not send email directly to this alias. This alias is for 
> newsgroup
> purposes only.
>
> "ChrisHarrington" <charrington-at-activeinterface.com> wrote in message 
> news:uxYqpMjNGHA.812@TK2MSFTNGP10.phx.gbl...
>> Thanks Akshai. Could you give an quick example of how this would be done 
>> in AS 2005. Or a pointer to the relevant areas in documentation.
>> Chris
>> "Akshai Mirchandani [MS]"  wrote in message 
>> news:eTQ7ei$MGHA.3284@TK2MSFTNGP14.phx.gbl...
>>> In AS 2005 an administrator can do this. But it is not a part of the 
>>> standard.
>>>
>>> Thanks,
>>> Akshai
>>>
>>> -- 
>>> --
>>> This posting is provided "AS IS" with no warranties, and confers no 
>>> rights
>>> Please do not send email directly to this alias. This alias is for 
>>> newsgroup
>>> purposes only.
>>>
>>> "ChrisHarrington" <charrington-at-activeinterface.com> wrote in message 
>>> news:efAV3X0MGHA.2040@TK2MSFTNGP14.phx.gbl...
>>>> Is it possible to query and get list of members of a role using XMLA?
>>>>
>>>
>>>
>>
>>
>
>
date: Tue, 21 Feb 2006 23:10:59 -0500   author:   ChrisHarrington charrington-at-activeinterface.com

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us