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

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

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

CREATE FUNCTION [FS].[AppendAllTextToFile]
(@FileName NVARCHAR(4000), @FileContents NVARCHAR(MAX), @DeleteFile BIT)
RETURNS TABLE (
    [ReturnVal] INT NULL,
    [Message] NVARCHAR(4000) NULL
)
WITH EXECUTE AS CALLER
AS
EXTERNAL NAME [UtilClr].[UtilClr.FileSystemFunctions].[AppendAllTextToFile]

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

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