ITableValuedFunction インターフェイス
SQL Server のテーブル値関数を表します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Public Interface ITableValuedFunction _
Inherits IDatabaseTable, ITabular, IUserDefinedFunction, IFunction, _
IFunctionModuleBase, IUserDefinedFunctionModuleBase, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
'使用
Dim instance As ITableValuedFunction
public interface ITableValuedFunction : IDatabaseTable,
ITabular, IUserDefinedFunction, IFunction, IFunctionModuleBase, IUserDefinedFunctionModuleBase,
ISchemaOwnedObject, IDatabaseObject, IMetadataObject
public interface class ITableValuedFunction : IDatabaseTable,
ITabular, IUserDefinedFunction, IFunction, IFunctionModuleBase, IUserDefinedFunctionModuleBase,
ISchemaOwnedObject, IDatabaseObject, IMetadataObject
type ITableValuedFunction =
interface
interface IDatabaseTable
interface ITabular
interface IUserDefinedFunction
interface IFunction
interface IFunctionModuleBase
interface IUserDefinedFunctionModuleBase
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
end
public interface ITableValuedFunction extends IDatabaseTable, ITabular, IUserDefinedFunction, IFunction, IFunctionModuleBase, IUserDefinedFunctionModuleBase, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
ITableValuedFunction 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
BodyText | モジュールを定義する Transact-SQL 文字列を取得します。 (IUserDefinedFunction から継承されています。) |
![]() |
CollationInfo | オブジェクト コレクションによって使用される CollationInfo オブジェクトを取得します。 (IDatabaseTable から継承されています。) |
![]() |
Columns | このオブジェクトに属する列のコレクションを取得します。 (ITabular から継承されています。) |
![]() |
Constraints | テーブル制約のコレクションを取得します。 (IDatabaseTable から継承されています。) |
![]() |
ExecutionContext | モジュールの実行コンテキストを示す IExecutionContext オブジェクトを取得します。 (IUserDefinedFunctionModuleBase から継承されています。) |
![]() |
Indexes | テーブル インデックスのコレクションを取得します。 (IDatabaseTable から継承されています。) |
![]() |
IsEncrypted | モジュールが暗号化されているかどうかを示す値を取得します。 (IUserDefinedFunctionModuleBase から継承されています。) |
![]() |
IsInline | テーブル値関数がインライン関数であるかどうかを示す値を取得します。 |
![]() |
IsQuotedIdentifierOn | 一意の識別子のオプションがオンであるかどうかを示すブール値を取得します。 (IUserDefinedFunction から継承されています。) |
![]() |
IsSchemaBound | ユーザー定義関数がスキーマにバインドされるかどうかを示す値を取得します。 (IUserDefinedFunction から継承されています。) |
![]() |
IsSqlClr | CLR モジュールかどうかを示す値を取得します。 (IUserDefinedFunction から継承されています。) |
![]() |
IsSystemObject | システム オブジェクトであるかどうかを示す値を取得します。 (IDatabaseObject から継承されています。) |
![]() |
Name | メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。) |
![]() |
Parameters | 関数またはモジュールが受け取るパラメーターを含むコレクションを取得します。 (IFunctionModuleBase から継承されています。) |
![]() |
Parent | このオブジェクトの親である IDatabaseObject オブジェクトを取得します。 (IDatabaseObject から継承されています。) |
![]() |
Schema | このオブジェクトを所有する ISchema オブジェクトを取得します。 (ISchemaOwnedObject から継承されています。) |
![]() |
TableVariableName | 返されるテーブルの変数名を取得します。 |
![]() |
TabularType | 表形式の型を取得します。 (ITabular から継承されています。) |
![]() |
Unaliased | このオブジェクトが別名となっている、元の ITabular オブジェクトを取得します。 (ITabular から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | 指定した IDatabaseObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (IDatabaseObject から継承されています。) |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | 指定した IMetadataObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (IMetadataObject から継承されています。) |
![]() |
Accept< (Of < <' (T> ) > > )(ISchemaOwnedObjectVisitor< (Of < <' (T> ) > > )) | 指定した ISchemaOwnedObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (ISchemaOwnedObject から継承されています。) |
先頭に戻る
.gif)
.gif)