Method | Description | |
---|---|---|
TypedDatabaseObject ( string serverName, string databaseName, string schemaName, string objectName, DatabaseObjectType objectType ) : System |
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. |
return | System |