The meta identifier for a global select. 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 (Declaration) | |
---|
Public ReadOnly Property GlobalMetaIdentifier As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FilterBase
Dim value As String
value = instance.GlobalMetaIdentifier |
C# | |
---|
public string GlobalMetaIdentifier {get;} |
Managed Extensions for C++ | |
---|
public: __property string* get_GlobalMetaIdentifier(); |
C++/CLI | |
---|
public:
property String^ GlobalMetaIdentifier {
String^ get();
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also