SqlSyncDescriptionBuilder.GetDescriptionForTable 메서드 (String, SqlConnection)
SQL Server 데이터베이스의 지정된 테이블에 대한 스키마 정보가 포함된 DbSyncTableDescription 개체를 반환합니다.
네임스페이스: Microsoft.Synchronization.Data.SqlServer
어셈블리: microsoft.synchronization.data.sqlserver.dll의 Microsoft.Synchronization.Data.SqlServer
구문
‘선언
Public Shared Function GetDescriptionForTable ( _
tableName As String, _
connection As SqlConnection _
) As DbSyncTableDescription
‘사용 방법
Dim tableName As String
Dim connection As SqlConnection
Dim returnValue As DbSyncTableDescription
returnValue = SqlSyncDescriptionBuilder.GetDescriptionForTable(tableName, connection)
public static DbSyncTableDescription GetDescriptionForTable (
string tableName,
SqlConnection connection
)
public:
static DbSyncTableDescription^ GetDescriptionForTable (
String^ tableName,
SqlConnection^ connection
)
public static DbSyncTableDescription GetDescriptionForTable (
String tableName,
SqlConnection connection
)
public static function GetDescriptionForTable (
tableName : String,
connection : SqlConnection
) : DbSyncTableDescription
매개 변수
- tableName
설명을 검색할 테이블의 이름입니다.
- connection
데이터베이스에 대한 연결이 포함된 SqlConnection 개체입니다.
반환 값
지정된 테이블에 대한 스키마 정보가 포함된 DbSyncTableDescription 개체입니다.
참고 항목
참조
SqlSyncDescriptionBuilder 클래스
SqlSyncDescriptionBuilder 멤버
Microsoft.Synchronization.Data.SqlServer 네임스페이스