PrintDocument for WinForms
DataSource コンストラクタ(DataProviderEnum,String)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSource クラス > DataSource コンストラクタ : DataSource コンストラクタ(DataProviderEnum,String)
A DataProviderEnum specifying the type of this data source.
The data source connection string.
Initializes a new instance of the DataSource class, assigning the data source type and connection string.
シンタックス
'宣言
 
Public Function New( _
   ByVal dataProvider As DataProviderEnum, _
   ByVal connectString As System.String _
)
'使用法
 
Dim dataProvider As DataProviderEnum
Dim connectString As System.String
 
Dim instance As New DataSource(dataProvider, connectString)
public DataSource( 
   DataProviderEnum dataProvider,
   System.string connectString
)

パラメータ

dataProvider
A DataProviderEnum specifying the type of this data source.
connectString
The data source connection string.
参照

DataSource クラス
DataSource メンバ
オーバーロード一覧