Properties, clsDataSource
[!참고]
이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
An object of ClassType clsDataSource implements the following properties. The table also shows whether the property is read/write (R/W) or read-only (R).
Property |
Description |
Access |
---|---|---|
Returns an enumeration constant that identifies the specific class type |
R |
|
The right (closing) quote character used by the source database |
R |
|
A reference to a Microsoft® ActiveX® Data Objects (ADO) Connection object, used to connect to a relational database |
R |
|
A string containing the initialization parameters for the source database |
R/W |
|
A description of the data source |
R/W |
|
Indicates whether the data source is read-only |
R |
|
Indicates whether the structure of the data source object is valid |
R |
|
The name of the data source object |
R/W (read-only after the object has been named) |
|
The left (opening) quote character used by the source database |
R |
|
Returns a reference to the parent MDStore object |
R/W |
|
Returns an enumeration constant that identifies the subclass type of the object |
R |
|
Returns the value of the connection object's Transaction DDL property, which indicates the source database's ability to support data definition language (DDL) statements in transactions |
R |