Condividi tramite


Classe PublicationAccess

Represents login information in the publication access list (PAL) for a publication.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..PublicationAccess

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class PublicationAccess
'Utilizzo
Dim instance As PublicationAccess
public sealed class PublicationAccess
public ref class PublicationAccess sealed
[<SealedAttribute>]
type PublicationAccess =  class end
public final class PublicationAccess

Nel tipo PublicationAccess sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PublicationAccess Creates a new instance of the PublicationAccess class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica IsWindowsGroup Gets if the login is a Microsoft Windows group that has access to the publication.
Proprietà pubblica IsWindowsLogin Gets if the login is a Microsoft Windows login that has access to the publication.
Proprietà pubblica LoginName Gets the user or group that has a login to the Publisher and is granted access to a publication.
Proprietà pubblica UserData Gets or sets an object that allows users to attach their own data to this object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.