次の方法で共有


TableValuedFunctions プロパティ

このスキーマに属するテーブル値関数のコレクションを取得します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
ReadOnly Property TableValuedFunctions As IMetadataCollection(Of ITableValuedFunction)
    Get
'使用
Dim instance As ISchema
Dim value As IMetadataCollection(Of ITableValuedFunction)

value = instance.TableValuedFunctions
IMetadataCollection<ITableValuedFunction> TableValuedFunctions { get; }
property IMetadataCollection<ITableValuedFunction^>^ TableValuedFunctions {
    IMetadataCollection<ITableValuedFunction^>^ get ();
}
abstract TableValuedFunctions : IMetadataCollection<ITableValuedFunction>
function get TableValuedFunctions () : IMetadataCollection<ITableValuedFunction>

プロパティ値

型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ITableValuedFunction> ) > ) >
このスキーマに属するテーブル値関数を含む ITableValuedFunctionIMetadataCollection<(Of <(<'T>)>)> です。