Sets the 
DataSource and 
DataMember properties, optionally keeping the current column layout.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub SetDataBinding( _
   ByVal  As System.Object, _
   ByVal  As System.String, _
   ByVal  As System.Boolean _
) 
             
        
            
            public void SetDataBinding( 
   System.object ,
   System.string ,
   System.bool 
)
             
        
             
        
            パラメータ
- dataSource
 
- The new data source object.
 - dataMember
 
- The table to bind to within the data source object.
 - preserveLayout
 
- Whether the current column layout should be preserved or re-generated automatically based on the data source schema.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照