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 | |
---|---|---|
ReplicationUserDefinedFunction | Creates a new instance of the ReplicationUserDefinedFunction class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Encrypted | Gets or sets whether the referenced user-defined function was created with encryption or not. | |
Name | Gets or sets the name of the user-defined function object. | |
ObjectId | ||
OwnerName | Gets or sets the owner of the user-defined function. | |
UserData | Gets or sets an object that allows users to attach their own data to the object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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