ReplicationStoredProcedure Members
Include Protected Members
Include Inherited Members
Represents information on a stored procedure object that is required by replication.
The ReplicationStoredProcedure type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReplicationStoredProcedure() | Creates a new instance of the ReplicationStoredProcedure class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
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 | ||
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. |
Top