Set to apply globally with this metadata. isApplyGlobally is set to true on this call. For SQL this is [dbo.]table.column using the raw values (no surrounding spaces) and for XML it is the full XPath to that node. In the case of XPath this must be a simplistic node/node/@attribute. No functions [conditions], etc.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FilterBase
Dim metaIdentifier As String
instance.setGlobal(metaIdentifier) |
Parameters
- metaIdentifier
- The meta identifier for a global select. If you are using aliases (SQL), this is the actual table.column, NOT the alias.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also