V_SIMPLEDATALIST_OLAPDATASOURCE

List of all OLAP data sources registered in the system

Fields

Field Field Type Null Description
VALUE uniqueidentifier
LABEL nvarchar(255)

Definition

Copy
/*
Generated by Blackbaud AppFx Platform
Date:  2/6/2025 8:52:19 AM
Assembly Version:  Blackbaud.AppFx.Platform.SqlClr, Version=4.0.3901.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SIMPLEDATALIST_OLAPDATASOURCE AS



    select
   ID AS VALUE,
    SOURCENAME as LABEL

    from dbo.OLAPDATASOURCE