Méthode EnumReplicationViews
Returns a list of the user-defined views objects in the database.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Function EnumReplicationViews As ArrayList
'Utilisation
Dim instance As ReplicationDatabase
Dim returnValue As ArrayList
returnValue = instance.EnumReplicationViews()
public ArrayList EnumReplicationViews()
public:
ArrayList^ EnumReplicationViews()
member EnumReplicationViews : unit -> ArrayList
public function EnumReplicationViews() : ArrayList
Valeur de retour
Type : System.Collections. . :: . .ArrayList
An ArrayList of EnumReplicationViews objects.
Notes
Calling EnumReplicationViews requires SELECT permissions on the sys.views (Transact-SQL) catalog view and on the sys.syscomments (Transact-SQL) system table.
This method is only available with instances of Microsoft SQL Server 2000 and later.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.