Share via


IMutableSchema.TableValuedFunctions 속성

Gets the collection of table-valued functions that belong to this schema.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property TableValuedFunctions As IMutableMetadataCollection(Of ITableValuedFunction)
    Get
‘사용 방법
Dim instance As IMutableSchema 
Dim value As IMutableMetadataCollection(Of ITableValuedFunction)

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

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ITableValuedFunction>
The collection of table-valued functions that belong to this schema.

참고 항목

참조

IMutableSchema 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스