C# 클래스 Adf.Core.Data.DataSourceType

Specifies the data _source type to ObjectFactory in order to get the correct handler name.
상속: Descriptor
파일 보기 프로젝트 열기: NLADP/ADF

공개 프로퍼티들

프로퍼티 타입 설명
Db2 DataSourceType
MySql DataSourceType
NHibernate DataSourceType
Odbc DataSourceType
OleDB DataSourceType
Oracle DataSourceType
Service DataSourceType
SharePoint DataSourceType
SqlServer DataSourceType
Unknown DataSourceType

공개 메소드들

메소드 설명
DataSourceType ( string name ) : Adf.Core.Objects

메소드 상세

DataSourceType() 공개 메소드

public DataSourceType ( string name ) : Adf.Core.Objects
name string
리턴 Adf.Core.Objects

프로퍼티 상세

Db2 공개적으로 정적으로 프로퍼티

Represent a DB2 data _source.
public static DataSourceType,Adf.Core.Data Db2
리턴 DataSourceType

MySql 공개적으로 정적으로 프로퍼티

Represent a MySql data _source.
public static DataSourceType,Adf.Core.Data MySql
리턴 DataSourceType

NHibernate 공개적으로 정적으로 프로퍼티

Represent a NHibernate data _source. It provides a framework for mapping an object-oriented domain model to a traditional relational database.
public static DataSourceType,Adf.Core.Data NHibernate
리턴 DataSourceType

Odbc 공개적으로 정적으로 프로퍼티

Represent a Odbc data _source. Provides an interface to access databases via SQL queries.
public static DataSourceType,Adf.Core.Data Odbc
리턴 DataSourceType

OleDB 공개적으로 정적으로 프로퍼티

Represent an OleDB data _source. It provides an application with uniform access to data stored in diverse formats, such as indexed-sequential files, personal databases, productivity tools and SQL-based DBMSs.
public static DataSourceType,Adf.Core.Data OleDB
리턴 DataSourceType

Oracle 공개적으로 정적으로 프로퍼티

Represent an Oracle data _source.
public static DataSourceType,Adf.Core.Data Oracle
리턴 DataSourceType

Service 공개적으로 정적으로 프로퍼티

Represent a data _source such as Web Service.
public static DataSourceType,Adf.Core.Data Service
리턴 DataSourceType

SharePoint 공개적으로 정적으로 프로퍼티

Represent a SharePoint data _source.
public static DataSourceType,Adf.Core.Data SharePoint
리턴 DataSourceType

SqlServer 공개적으로 정적으로 프로퍼티

Represent a SqlServer data _source.
public static DataSourceType,Adf.Core.Data SqlServer
리턴 DataSourceType

Unknown 공개적으로 정적으로 프로퍼티

An Unknown data _source type in the ObjectFactory.
public static DataSourceType,Adf.Core.Data Unknown
리턴 DataSourceType