C# 클래스 ZocBuild.Database.TypedDatabaseObject

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

공개 메소드들

메소드 설명
TypedDatabaseObject ( string serverName, string databaseName, string schemaName, string objectName, DatabaseObjectType objectType ) : System

Instantiates a database object with the given identifiers.

메소드 상세

TypedDatabaseObject() 공개 메소드

Instantiates a database object with the given identifiers.
public TypedDatabaseObject ( string serverName, string databaseName, string schemaName, string objectName, DatabaseObjectType objectType ) : 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.
objectType DatabaseObjectType The type of the object.
리턴 System