Compartilhar via


Propriedade do RDL SqlCeReplication.Distributor

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 Distribuidor do SQL Server.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Public Property Distributor As String
    Get
    Set
'Uso
Dim instance As SqlCeReplication
Dim value As String

value = instance.Distributor

instance.Distributor = value
public string Distributor { get; set; }
public:
property String^ Distributor {
    String^ get ();
    void set (String^ value);
}
member Distributor : string with get, set
function get Distributor () : String
function set Distributor (value : String)

Valor da propriedade

Tipo: System.String
O nome do Distribuidor usado pelo Editor.

Consulte também

Referência

SqlCeReplication Classe

Namespace System.Data.SqlServerCe