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 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> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ITableValuedFunction that contains the table-valued functions that belong to this schema.