LinkedServer.EnumColumns Method
Enumerates a list of columns that can be accessed on the linked server.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.
오버로드 목록
이름 | Description |
---|---|
LinkedServer.EnumColumns () |
Enumerates a list of columns that can be accessed on the linked server.
|
LinkedServer.EnumColumns (String) |
Enumerates a list of columns that can be accessed on the linked server for a specified table.
|
LinkedServer.EnumColumns (String, String) |
Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
|
LinkedServer.EnumColumns (String, String, String) |
Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.
|
LinkedServer.EnumColumns (String, String, String, String) |
Enumerates a list of columns that can be accessed on the linked server for a specified column.
|
참고 항목
참조
LinkedServer Class
LinkedServer Members
Microsoft.SqlServer.Management.Smo Namespace
관련 자료
Using Linked Servers in SMO
서버 연결
sp_addlinkedserver(Transact-SQL)
sp_columns_ex(Transact-SQL)