If this is an auto-select, this is the metadata for the 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.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property AutoMetadata As String  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As TemplateVariable
Dim value As String
 
instance.AutoMetadata = value
 
value = instance.AutoMetadata  | 
 
| C# |   | 
|---|
public string AutoMetadata {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property string* get_AutoMetadata();
public: __property void set_AutoMetadata( 
   string* value
);  | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also