Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates the publication metadata at the Distributor.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public Sub Create
'Uso
Dim instance As DistributionPublication
instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()
Comentarios
You should not call the Create method. To create a transactional or snapshot publication, you should instead call the Create method on the TransPublication object.
The Create method can only be called by members of the db_owner fixed database role on the distribution database.