This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ISystemObject not defined

I'm getting an error 'ISystemObject not defined' in this line: Dim dbLDAPAcccountEnt as ISystemObject = SystemObject.Connection.QueryObject(SystemQuery .From ("LDAPAccount") _
.Select ("UID_LDAPAccount", "CCC_Affiliation", "CCC_ScopedAffilation") _
.Filter (String.Format("UID_Person='{0}',$UID_Person$)) _
).Result.FirstOrDefault

I'm using this in a table script, so I can't add an Imports statement (I don't think). I've tried changing ISystemObject to VI.Projector.Connection.ISystemObject and VI.Projector.ISystemObject, but those aren't working either. Does anyone know where I can find the correct reference? I don't have Visual Studio set up with the libraries yet, so I don't have any intellisense to use. Any suggestions?

Parents Reply Children
No Data