Метод DistributionArticle.Create
Creates the article metadata at the Distributor.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Sub Create
'Применение
Dim instance As DistributionArticle
instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()
Замечания
You should not call the Create method. To create a new article to a transactional or snapshot publication, you should instead call the Create method on the TransArticle object.
The Create method can only be called by members of the db_owner fixed database role on the distribution database.