ReplicationStoredProcedure Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information on a stored procedure object that is required by replication.
public ref class ReplicationStoredProcedure sealed : Microsoft::SqlServer::Replication::IReplicationDBObject
public sealed class ReplicationStoredProcedure : Microsoft.SqlServer.Replication.IReplicationDBObject
type ReplicationStoredProcedure = class
interface IReplicationDBObject
Public NotInheritable Class ReplicationStoredProcedure
Implements IReplicationDBObject
- Inheritance
-
ReplicationStoredProcedure
- Implements
Remarks
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.
Constructors
ReplicationStoredProcedure() |
Creates a new instance of the ReplicationStoredProcedure class. |
Properties
Encrypted |
Gets or sets whether the referenced stored procedure was created with encryption or not. |
Name |
Gets or sets the name of the stored procedure. |
ObjectId |
Gets or sets the object ID. |
OwnerName |
Gets or sets the owner of the stored procedure. |
UserData |
Gets or sets an object that allows users to attach their own data to the object. |