C# 클래스 Microsoft.Samples.PowerShell.Providers.DatabaseTableInfo

Contains information specific to the database table. Similar to the DirectoryInfo class.
파일 보기 프로젝트 열기: Huddle/Puddle 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns )

Initializes a new instance of the DatabaseTableInfo class.

메소드 상세

DatabaseTableInfo() 공개 메소드

Initializes a new instance of the DatabaseTableInfo class.
public DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns )
row DataRow The row definition.
name string The table name.
rowCount int The number of rows in the table.
columns DataColumnCollection Information on the column tables.