DesignerDataStoredProcedure Class
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 a stored procedure in the data store.
public ref class DesignerDataStoredProcedure abstract
public abstract class DesignerDataStoredProcedure
type DesignerDataStoredProcedure = class
Public MustInherit Class DesignerDataStoredProcedure
- Inheritance
-
DesignerDataStoredProcedure
The DesignerDataStoredProcedure class is one of several types that represent the schema of a data store at design-time. These schema items are made available to controls by designers implementing the IDataEnvironment interface. Controls access schema objects by calling the GetConnectionSchema method of the interface.
The DesignerDataStoredProcedure class represents a single table in the data store. A collection of DesignerDataStoredProcedure objects is returned when you call the GetSchemaItems method with the schemaClass
parameter set to DesignerDataSchemaClass.StoredProcedures.
Designer |
Initializes a new instance of the DesignerDataStoredProcedure class with the specified name and owner. |
Designer |
Initializes a new instance of the DesignerDataStoredProcedure class with the specified name. |
Name |
Gets the name of the stored procedure. |
Owner |
Gets the owner of the stored procedure. |
Parameters |
Gets a collection of parameters required for a stored procedure. |
Create |
When overridden in a derived class, returns a collection of parameters for the stored procedure. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
Продукт | Версії |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: