State Enumeración
Enumerates the values that represent the status of a publication.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public Enumeration State
'Uso
Dim instance As State
public enum State
public enum class State
type State
public enum State
Miembros
Nombre del miembro | Descripción | |
---|---|---|
Inactive | The publication is inactive. Publication data is not available for Subscribers. | |
Active | The publication is active. Publication data is available for Subscribers. |
Notas
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.