Dependencies for Assembly (CLR) table-valued function: Util.FS.ReadLine

ReferencingFQN ReferencingType ReferencedFQN ReferencedType Depth RedHierarchy
Util.FS.ReadLine Assembly (CLR) table-valued function Util.UtilClr ASSEMBLY 1 [Util].[UtilClr]

Assembly (CLR) table-valued function: Util.FS.ReadLine

CREATE FUNCTION [FS].[ReadLine]
(@FilePath NVARCHAR(4000), @Line INT, @MaxLength INT)
RETURNS TABLE (
    [Line] NVARCHAR(MAX) NULL,
    [Message] NVARCHAR(4000) NULL,
    [Result] INT NULL
)
WITH EXECUTE AS CALLER
AS
EXTERNAL NAME [UtilClr].[UtilClr.FileSystemFunctions].[ReadLine]

Description for Assembly (CLR) table-valued function: Util.FS.ReadLine

Todo
Site Map | Printable View | © 2008 - 2012 NuRoN Consulting, INC | Powered by mojoPortal | HTML 5 | CSS | Original design by Andreas Viklund
Share This Using Popular Bookmarking Services