Dependencies for Assembly (CLR) table-valued function: Util.dbo.ParseBitMask_CLR

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

Assembly (CLR) table-valued function: Util.dbo.ParseBitMask_CLR

CREATE FUNCTION [dbo].[ParseBitMask_CLR]
(@bitmask VARBINARY(128))
RETURNS TABLE (
    [ColumnPosition] INT NULL
)
WITH EXECUTE AS CALLER
AS
EXTERNAL NAME [UtilClr].[UtilClr.ParseBitMask].[InitParseBitMask]

Description for Assembly (CLR) table-valued function: Util.dbo.ParseBitMask_CLR

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