C# 클래스 ZocBuild.Database.DatabaseObject

Represents a database object on a specific database server, database, and schema.
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseObject ( string serverName, string databaseName, string schemaName, string objectName ) : System

Instantiates a database object with the given identifiers.

ToString ( ) : string

Returns a string representation of the object.

메소드 상세

DatabaseObject() 공개 메소드

Instantiates a database object with the given identifiers.
public DatabaseObject ( string serverName, string databaseName, string schemaName, string objectName ) : System
serverName string The name of the database server.
databaseName string The name of the database.
schemaName string The name of the schema.
objectName string The name of the object.
리턴 System

ToString() 공개 메소드

Returns a string representation of the object.
public ToString ( ) : string
리턴 string