The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Principal

<Biml xmlns:Pamlico="http://schemas.mariner.com/pamlico" xmlns="http://schemas.varigence.com/biml.xsd">
    <Principals>
        <!-- Creates a principal that has control access to the SurveyResponses table an R/W access to the 
                Federal Research cube -->
        <Principal Name="Admin" Type="SqlUser" ConnectionName="OleDbConnection">
            <Permissions>
                <TablePermission Action="Grant" Target="Control" TableName="dbo.SurveyResponses" />
                <CubePermission Process="true" CubeName="FederalReserve" Access="ReadWrite" DrillThroughAccess="DrillThroughAndLocalCube" />
            </Permissions>
        </Principal>
    </Principals>
</Biml>

© Varigence