SqlConnectionStringBuilder.Replication Propriedade

Definição

Obtém ou define um valor booliano que indica se há suporte para replicação usando a conexão.Gets or sets a Boolean value that indicates whether replication is supported using the connection.

public:
 property bool Replication { bool get(); void set(bool value); };
public bool Replication { get; set; }
member this.Replication : bool with get, set
Public Property Replication As Boolean

Valor da propriedade

Boolean

O valor da Replication propriedade ou false se nenhum tiver sido fornecido.The value of the Replication property, or false if none has been supplied.

Comentários

Essa propriedade corresponde à chave de "replicação" na cadeia de conexão.This property corresponds to the "Replication" key within the connection string.

Aplica-se a