Gets the 
PivotKey associated with a 
System.Data.DataColumn on a PivotEngine table.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function GetPivotKey( _
   ByVal column As System.Data.DataColumn _
) As PivotKey
             
        
            
            public PivotKey GetPivotKey( 
   System.Data.DataColumn column
)
             
        
             
        
            パラメータ
- column
 
- System.Data.DataColumn for which the key should be retrieved.
 
            
            戻り値の型
The 
PivotKey associated with the 
column.
 
            
            
            
            
            
            
            
            
            
            
            
            参照