Microsoft.SystemCenter.Omonline.OutsideIn.VSWebTest.DataProviders.Script.Drop.SP.sql (Resource)

Element properties:

TypeResource
File NameLastPerformanceSampleValueAndTimeGet.Drop.SP.sql
AccessibilityInternal

Source Code:

<Resource ID="Microsoft.SystemCenter.Omonline.OutsideIn.VSWebTest.DataProviders.Script.Drop.SP.sql" Accessibility="Internal" FileName="LastPerformanceSampleValueAndTimeGet.Drop.SP.sql"/>

File Content: LastPerformanceSampleValueAndTimeGet.Drop.SP.sql

IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = 'Microsoft_SystemCenter_Omonline_OutsideIn_VSWebTest_LastPerformanceSampleValueAndTimeGet' AND UID = SCHEMA_ID('SDK'))

BEGIN
DROP PROCEDURE [SDK].[Microsoft_SystemCenter_Omonline_OutsideIn_VSWebTest_LastPerformanceSampleValueAndTimeGet]
END

GO