vote up 0 vote down star

I have the SQL2008 version of SMO and although it uses this class internally I can't figure how to bring it into scope so I can declare variables to hold values of this type.

Yes I know I could declare them as object but then I'd still be unable to cast them to pass typed parameters.

What reference do I need to add to my project and what using statement do I need to bring Urn into scope?

flag

1 Answer

vote up 0 vote down

Found it. There is a free-standing assembly

Microsoft.SqlServer.Management.Sdk.Sfc

Urn is defined in there now.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.