ReplicationDatabase.EnumReplicationViews Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of the user-defined views objects in the database.
public:
System::Collections::ArrayList ^ EnumReplicationViews();
public System.Collections.ArrayList EnumReplicationViews ();
member this.EnumReplicationViews : unit -> System.Collections.ArrayList
Public Function EnumReplicationViews () As ArrayList
Returns
An ArrayList of EnumReplicationViews() objects.
Exceptions
When the database does not exist.
Remarks
Calling EnumReplicationViews requires SELECT permissions on the sys.views (Transact-SQL) catalogue view and on the sys.syscomments (Transact-SQL) system table.