Udostępnij przez


ReplicationStoredProcedure Members

Represents information on a stored procedure object that is required by replication.

The following tables list the members exposed by the ReplicationStoredProcedure type.

Public Constructors

  Name Description
ReplicationStoredProcedure Creates a new instance of the ReplicationStoredProcedure class.

Top

Public Properties

  Name Description
ms158256.pubproperty(pl-pl,SQL.100).gif Encrypted Gets or sets whether the referenced stored procedure was created with encryption or not.
ms158256.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of the stored procedure.
ms158256.pubproperty(pl-pl,SQL.100).gif ObjectId  
ms158256.pubproperty(pl-pl,SQL.100).gif OwnerName Gets or sets the owner of the stored procedure.
ms158256.pubproperty(pl-pl,SQL.100).gif UserData Gets or sets an object that allows users to attach their own data to the object.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms158256.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms158256.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms158256.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms158256.pubmethod(pl-pl,SQL.100).gifms158256.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms158256.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms158256.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms158256.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top