Used for columns of linked tables in a join query to specify an alias, if needed.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function As( _
   ByVal  As System.String _
) As Column
             
        
            
            public Column As( 
   System.string 
)
             
        
             
        
            パラメータ
- alias
 
- Alias of the column to be used as the column name.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照