다음을 통해 공유


Database.Tables 속성

데이터베이스의 테이블 스키마를 가져오거나 설정합니다.

네임스페이스:  Microsoft.SqlServerCe.Management.Scripting.Schema
어셈블리:  Microsoft.SqlServerCe.Management.Scripting(Microsoft.SqlServerCe.Management.Scripting.dll)

구문

‘선언
Public Property Tables As IList(Of Table)
    Get
    Friend Set
‘사용 방법
Dim instance As Database
Dim value As IList(Of Table)

value = instance.Tables
public IList<Table> Tables { get; internal set; }
public:
property IList<Table^>^ Tables {
    IList<Table^>^ get ();
    internal: void set (IList<Table^>^ value);
}
member Tables : IList<Table> with get, internal set
function get Tables () : IList<Table>
internal function set Tables (value : IList<Table>)

속성 값

유형: System.Collections.Generic.IList<Table>

참고 항목

참조

Database 클래스

Microsoft.SqlServerCe.Management.Scripting.Schema 네임스페이스