c# - Checking if user has access to the snapshot agent using Windows credentials -


I am currently working on replication using snapshot agent. I am using Windows integrated security to connect to DB.

Within my C # application, I need to check whether the user has permission to run snapshot agent using Active Directory permissions.

Is there any way to achieve this?

Cheers


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -