Propriedade do RDL SqlCeReplication.PublisherAddress
Esse tipo tem um atributo SecurityCriticalAttribute, que o restringe a uso interno pela biblioteca de classes do .NET Framework for Silverlight. O código do aplicativo que usa qualquer membro desse tipo gera um MethodAccessException.
[SEGURANÇA CRÍTICA]
Especifica o endereço de rede usado ao conectar o Editor.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public Property PublisherAddress As String
Get
Set
'Uso
Dim instance As SqlCeReplication
Dim value As String
value = instance.PublisherAddress
instance.PublisherAddress = value
public string PublisherAddress { get; set; }
public:
property String^ PublisherAddress {
String^ get ();
void set (String^ value);
}
member PublisherAddress : string with get, set
function get PublisherAddress () : String
function set PublisherAddress (value : String)
Valor da propriedade
Tipo: System.String
O endereço de rede usado ao conectar o Editor.