OleDbSchemaGuid.Views フィールド

定義

特定のユーザーがアクセスできる、カタログに定義されたビューを返します。

public: static initonly Guid Views;
public static readonly Guid Views;
 staticval mutable Views : Guid
Public Shared ReadOnly Views As Guid 

フィールド値

注釈

Views は OLE DB VIEWS 行セットにマップされます。 特に指定がない限り、制限列は次の順序で返されます。

[制限] 列 CLR データ型 説明
TABLE_CATALOG string カタログ名。 プロバイダーがカタログをサポートしていない場合は null 値。
TABLE_SCHEMA string 非修飾スキーマ名。 プロバイダーがスキーマをサポートしていない場合は null 値。
TABLE_NAME string ビューの名前。

適用対象