OleDbSchemaGuid.Procedures Field
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.
Returns the procedures defined in the catalog that is owned by a given user.
public: static initonly Guid Procedures;
public static readonly Guid Procedures;
staticval mutable Procedures : Guid
Public Shared ReadOnly Procedures As Guid
Field Value
Remarks
Procedures maps to the OLE DB PROCEDURES rowset. Unless otherwise specified, restriction columns are returned in the following order.
Restriction column | CLR data type | Description |
---|---|---|
PROCEDURE_CATALOG | string |
Catalog name. A null value if the provider does not support catalogs. |
PROCEDURE_SCHEMA | string |
Unqualified schema name. A null value if the provider does not support schemas. |
PROCEDURE_NAME | string |
Procedure name. |
PROCEDURE_TYPE | UInt16 |
DB_PT_UNKNOWN-It is not known whether there is a returned value. DB_PT_PROCEDURE-Procedure; there is no returned value. DB_PT_FUNCTION-Function; there is a returned value. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.