SqlCeReplication.Publisher Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the name of the Publisher. The Publisher is the computer that is running SQL Server and that contains the publication.
[Visual Basic] Public Property Publisher As String [C#] public string Publisher {get; set;} [C++] public: __property String* get_Publisher(); public: __property void set_Publisher(String*); [JScript] public function get Publisher() : String; public function set Publisher(String);
Property Value
The name of the Publisher.
Remarks
The Publisher property is required. If the PublisherNetwork and PublisherAddress properties are specified, however, they are used instead of the Publisher property when connecting to the Publisher.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.