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

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

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

CREATE FUNCTION [FS].[FileCopy]
(@SourceFileName NVARCHAR(1000), @DestFileName NVARCHAR(1000), @Overwrite BIT)
RETURNS TABLE (
    [ReturnVal] INT NULL,
    [Message] NVARCHAR(4000) NULL
)
WITH EXECUTE AS CALLER
AS
EXTERNAL NAME [UtilClr].[UtilClr.FileSystemFunctions].[FileCopy]

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

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