ServiceManager.Report.Compliance.ControlManagement.UDF.ufnGetCAResult.Uninstall (Resource)

Element properties:

TypeResource
File NameServiceManager.Report.GRC.ControlManagement.UDF.ufnGetCAResult.Uninstall.sql
AccessibilityPublic

Source Code:

<Resource ID="ServiceManager.Report.Compliance.ControlManagement.UDF.ufnGetCAResult.Uninstall" Accessibility="Public" FileName="ServiceManager.Report.GRC.ControlManagement.UDF.ufnGetCAResult.Uninstall.sql"/>

File Content: ServiceManager.Report.GRC.ControlManagement.UDF.ufnGetCAResult.Uninstall.sql

/****** Object:  UserDefinedFunction [dbo].[ufnGetCAResult]    Script Date: 03/02/2010 05:29:54 ******/

IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[ufnGetCAResult]') AND type in (N'FN', N'IF', N'TF', N'FS', N'FT'))
DROP FUNCTION [dbo].[ufnGetCAResult]
GO