ReplicationDatabase.EnumReplicationSchemaBoundViews 메서드

정의

데이터베이스에 있는 모든 사용자 정의 스키마 바운드 뷰 개체를 반환합니다.

public:
 System::Collections::ArrayList ^ EnumReplicationSchemaBoundViews();
public System.Collections.ArrayList EnumReplicationSchemaBoundViews ();
member this.EnumReplicationSchemaBoundViews : unit -> System.Collections.ArrayList
Public Function EnumReplicationSchemaBoundViews () As ArrayList

반환

ArrayList 개체의 ReplicationSchemaBoundView입니다.

예외

데이터베이스가 없는 경우

버전이 Microsoft SQL Server 2005 이상이 아닌 경우

설명

호출 EnumReplicationSchemaBoundViews 하려면 sys.views(Transact-SQL) 카탈로그 뷰 및 sys.syscomments(Transact-SQL) 시스템 테이블에 대한 SELECT 권한이 필요합니다.

적용 대상