OleDbSchemaGuid.Procedures Field

Definition

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