Condividi tramite


Classe ReplicationUserDefinedFunction

Represents a user-defined function and contains information needed by replication.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.ReplicationUserDefinedFunction

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

Sintassi

'Dichiarazione
Public NotInheritable Class ReplicationUserDefinedFunction _
    Implements IReplicationDBObject
'Utilizzo
Dim instance As ReplicationUserDefinedFunction
public sealed class ReplicationUserDefinedFunction : IReplicationDBObject
public ref class ReplicationUserDefinedFunction sealed : IReplicationDBObject
[<SealedAttribute>]
type ReplicationUserDefinedFunction =  
    class 
        interface IReplicationDBObject 
    end
public final class ReplicationUserDefinedFunction implements IReplicationDBObject

Nel tipo ReplicationUserDefinedFunction sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Encrypted Gets or sets whether the referenced user-defined function was created with encryption or not.
Proprietà pubblica Name Gets or sets the name of the user-defined function object.
Proprietà pubblica ObjectId
Proprietà pubblica OwnerName Gets or sets the owner of the user-defined function.
Proprietà pubblica UserData Gets or sets an object that allows users to attach their own data to the object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication

Altre risorse

Pubblicazione di dati e oggetti di database