Microsoft.SqlServer.Management.Sdk.Sfc.Urn
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 vari开发者_开发百科ables 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?
Found it. There is a free-standing assembly
Microsoft.SqlServer.Management.Sdk.Sfc
Urn is defined in there now.
精彩评论