Table of Contents

Class Strings

Inheritance
Strings
Inherited Members
Namespace
TabularEditor.Shared.Localization
Assembly
TabularEditor3.Shared.dll

A strongly-typed resource class, for looking up localized strings, etc.

public class Strings
Extension Methods

Properties

AuthenticationModeIntegrated

Looks up a localized string similar to Integrated.

public static string AuthenticationModeIntegrated { get; }

Property Value

Type Description
string

AuthenticationModeMicrosoftEntraMFA

Looks up a localized string similar to Microsoft Entra MFA.

public static string AuthenticationModeMicrosoftEntraMFA { get; }

Property Value

Type Description
string

AuthenticationModeUsernameAndPassword

Looks up a localized string similar to Username and password.

public static string AuthenticationModeUsernameAndPassword { get; }

Property Value

Type Description
string

BillionsFormat

Looks up a localized string similar to {0} B.

public static string BillionsFormat { get; }

Property Value

Type Description
string

BpaCategoryErrorPrevention

Looks up a localized string similar to Error Prevention.

public static string BpaCategoryErrorPrevention { get; }

Property Value

Type Description
string

BpaCategoryFormatting

Looks up a localized string similar to Formatting.

public static string BpaCategoryFormatting { get; }

Property Value

Type Description
string

BpaCategoryGovernance

Looks up a localized string similar to Governance.

public static string BpaCategoryGovernance { get; }

Property Value

Type Description
string

BpaCategoryMaintenance

Looks up a localized string similar to Maintenance.

public static string BpaCategoryMaintenance { get; }

Property Value

Type Description
string

BpaCategoryModelLayout

Looks up a localized string similar to Model Layout.

public static string BpaCategoryModelLayout { get; }

Property Value

Type Description
string

BpaCategoryNamingConventions

Looks up a localized string similar to Naming Conventions.

public static string BpaCategoryNamingConventions { get; }

Property Value

Type Description
string

BpaCategoryPerformance

Looks up a localized string similar to Performance.

public static string BpaCategoryPerformance { get; }

Property Value

Type Description
string

BpaRuleAvoidInvalidCharactersDescriptionsDescription

Looks up a localized string similar to Object descriptions must not contain control characters (except whitespace). Invalid characters will prevent model deployment and cause errors. The fix expression automatically replaces invalid characters with spaces..

public static string BpaRuleAvoidInvalidCharactersDescriptionsDescription { get; }

Property Value

Type Description
string

BpaRuleAvoidInvalidCharactersDescriptionsName

Looks up a localized string similar to Avoid invalid characters in descriptions.

public static string BpaRuleAvoidInvalidCharactersDescriptionsName { get; }

Property Value

Type Description
string

BpaRuleAvoidInvalidCharactersNamesDescription

Looks up a localized string similar to Object names must not contain control characters (except whitespace). Invalid characters will prevent model deployment and cause errors. The fix expression automatically replaces invalid characters with spaces..

public static string BpaRuleAvoidInvalidCharactersNamesDescription { get; }

Property Value

Type Description
string

BpaRuleAvoidInvalidCharactersNamesName

Looks up a localized string similar to Avoid invalid characters in names.

public static string BpaRuleAvoidInvalidCharactersNamesName { get; }

Property Value

Type Description
string

BpaRuleAvoidProviderPartitionsStructuredDescription

Looks up a localized string similar to Power BI does not support legacy provider partitions that reference structured data sources. Partitions using structured data sources must use M expressions, or the structured data source should be converted to a provider data source to avoid deployment failures.

Reference: https://docs.microsoft.com/power-bi/admin/service-premium-connect-tools#data-source-declaration .

public static string BpaRuleAvoidProviderPartitionsStructuredDescription { get; }

Property Value

Type Description
string

BpaRuleAvoidProviderPartitionsStructuredName

Looks up a localized string similar to Avoid structured data sources with provider partitions.

public static string BpaRuleAvoidProviderPartitionsStructuredName { get; }

Property Value

Type Description
string

BpaRuleCalculationGroupsNoItemsDescription

Looks up a localized string similar to Calculation groups without calculation items are non-functional and should be removed. A calculation group must contain at least one calculation item to provide any value..

public static string BpaRuleCalculationGroupsNoItemsDescription { get; }

Property Value

Type Description
string

BpaRuleCalculationGroupsNoItemsName

Looks up a localized string similar to Calculation groups with no calculation items.

public static string BpaRuleCalculationGroupsNoItemsName { get; }

Property Value

Type Description
string

BpaRuleDataColumnSourceDescription

Looks up a localized string similar to Every data column must reference a source column from the data source. Missing source column mappings will cause processing failures when refreshing the model..

public static string BpaRuleDataColumnSourceDescription { get; }

Property Value

Type Description
string

BpaRuleDataColumnSourceName

Looks up a localized string similar to Data columns must have a source column.

public static string BpaRuleDataColumnSourceName { get; }

Property Value

Type Description
string

BpaRuleDateTableExistsDescription

Looks up a localized string similar to Models should include a date table marked with DataCategory 'Time' to enable time intelligence functions and provide proper date filtering capabilities. Without a date table, time-based calculations and analysis may not work correctly..

public static string BpaRuleDateTableExistsDescription { get; }

Property Value

Type Description
string

BpaRuleDateTableExistsName

Looks up a localized string similar to Model should have a date table.

public static string BpaRuleDateTableExistsName { get; }

Property Value

Type Description
string

BpaRuleDoNotSummarizeNumericDescription

Looks up a localized string similar to Visible numeric columns should have SummarizeBy set to 'None' to prevent automatic aggregation in Power BI. Use explicit measures instead of implicit column aggregation to ensure correct calculations and better performance..

public static string BpaRuleDoNotSummarizeNumericDescription { get; }

Property Value

Type Description
string

BpaRuleDoNotSummarizeNumericName

Looks up a localized string similar to Do not summarize numeric columns.

public static string BpaRuleDoNotSummarizeNumericName { get; }

Property Value

Type Description
string

BpaRuleExpressionRequiredDescription

Looks up a localized string similar to Measures, calculated columns, and calculation items require a DAX expression to function. Objects without expressions will not return any values and may cause errors in reports..

public static string BpaRuleExpressionRequiredDescription { get; }

Property Value

Type Description
string

BpaRuleExpressionRequiredName

Looks up a localized string similar to Expression-reliant objects must have an expression.

public static string BpaRuleExpressionRequiredName { get; }

Property Value

Type Description
string

BpaRuleFormatStringColumnsDescription

Looks up a localized string similar to Visible numeric and date columns should have a format string defined to ensure consistent and appropriate display formatting in reports. This improves user experience and data readability..

public static string BpaRuleFormatStringColumnsDescription { get; }

Property Value

Type Description
string

BpaRuleFormatStringColumnsName

Looks up a localized string similar to Provide format string for visible numeric columns.

public static string BpaRuleFormatStringColumnsName { get; }

Property Value

Type Description
string

BpaRuleFormatStringMeasuresDescription

Looks up a localized string similar to Visible numeric and date measures should have a format string defined to ensure consistent and appropriate display formatting in reports. This improves user experience and data readability..

public static string BpaRuleFormatStringMeasuresDescription { get; }

Property Value

Type Description
string

BpaRuleFormatStringMeasuresName

Looks up a localized string similar to Provide format string for visible numeric measures.

public static string BpaRuleFormatStringMeasuresName { get; }

Property Value

Type Description
string

BpaRuleHideForeignKeysDescription

Looks up a localized string similar to Columns used on the many side of relationships should be hidden from end users. These foreign key columns are typically only needed for relationships and should not be used directly in reports..

public static string BpaRuleHideForeignKeysDescription { get; }

Property Value

Type Description
string

BpaRuleHideForeignKeysName

Looks up a localized string similar to Hide foreign keys.

public static string BpaRuleHideForeignKeysName { get; }

Property Value

Type Description
string

BpaRuleIsAvailableInMdxDescription

Looks up a localized string similar to Hidden columns that are not used for sorting or in hierarchies should have their IsAvailableInMdx property set to false. This prevents unnecessary attribute hierarchy creation, reducing processing time and memory consumption.

Reference: https://blog.crossjoin.co.uk/2018/07/02/isavailableinmdx-ssas-tabular/.

public static string BpaRuleIsAvailableInMdxDescription { get; }

Property Value

Type Description
string

BpaRuleIsAvailableInMdxName

Looks up a localized string similar to Set IsAvailableInMdx to false on non-attribute columns.

public static string BpaRuleIsAvailableInMdxName { get; }

Property Value

Type Description
string

BpaRuleIsAvailableInMdxTrueNecessaryDescription

Looks up a localized string similar to Columns used for sorting, in hierarchies, in variations, or that have a sort-by column must have IsAvailableInMdx set to true. Disabling attribute hierarchies on these columns will cause errors or unexpected behavior..

public static string BpaRuleIsAvailableInMdxTrueNecessaryDescription { get; }

Property Value

Type Description
string

BpaRuleIsAvailableInMdxTrueNecessaryName

Looks up a localized string similar to Set IsAvailableInMdx to true on necessary columns.

public static string BpaRuleIsAvailableInMdxTrueNecessaryName { get; }

Property Value

Type Description
string

BpaRuleManyToManySingleDirectionDescription

Looks up a localized string similar to Bi-directional filtering on many-to-many relationships can cause performance issues and ambiguous filter context. Use single-direction filtering unless bi-directional filtering is specifically required for your scenario..

public static string BpaRuleManyToManySingleDirectionDescription { get; }

Property Value

Type Description
string

BpaRuleManyToManySingleDirectionName

Looks up a localized string similar to Many-to-many relationships should be single-direction.

public static string BpaRuleManyToManySingleDirectionName { get; }

Property Value

Type Description
string

BpaRulePerspectivesNoObjectsDescription

Looks up a localized string similar to Perspectives without any tables serve no purpose and should be removed. Empty perspectives add unnecessary complexity without providing any value to end users..

public static string BpaRulePerspectivesNoObjectsDescription { get; }

Property Value

Type Description
string

BpaRulePerspectivesNoObjectsName

Looks up a localized string similar to Perspectives with no objects.

public static string BpaRulePerspectivesNoObjectsName { get; }

Property Value

Type Description
string

BpaRulePowerBiLatestCompatibilityDescription

Looks up a localized string similar to Power BI models should use the latest generally available compatibility level (currently {0}) to access the newest features, performance improvements, and ensure ongoing support..

public static string BpaRulePowerBiLatestCompatibilityDescription { get; }

Property Value

Type Description
string

BpaRulePowerBiLatestCompatibilityName

Looks up a localized string similar to Power BI models should use latest compatibility level.

public static string BpaRulePowerBiLatestCompatibilityName { get; }

Property Value

Type Description
string

BpaRuleRelationshipSameDatatypeDescription

Looks up a localized string similar to Both columns in a relationship must have matching data types to ensure proper functionality. Mismatched data types can cause relationship failures, unexpected results, or performance degradation. Integer data types are recommended for optimal performance..

public static string BpaRuleRelationshipSameDatatypeDescription { get; }

Property Value

Type Description
string

BpaRuleRelationshipSameDatatypeName

Looks up a localized string similar to Relationship columns should be of the same data type.

public static string BpaRuleRelationshipSameDatatypeName { get; }

Property Value

Type Description
string

BpaRuleRemoveAutoDateTableDescription

Looks up a localized string similar to Auto-generated date tables (DateTableTemplate_ or LocalDateTable_) should be removed from the model. Disable auto-date tables in Power BI Desktop settings and use explicit date tables instead to reduce memory consumption and improve model performance.

Reference: https://www.youtube.com/watch?v=xu3uDEHtCrg.

public static string BpaRuleRemoveAutoDateTableDescription { get; }

Property Value

Type Description
string

BpaRuleRemoveAutoDateTableName

Looks up a localized string similar to Remove auto-date table.

public static string BpaRuleRemoveAutoDateTableName { get; }

Property Value

Type Description
string

BpaRuleRemoveUnusedDataSourcesDescription

Looks up a localized string similar to Data sources that are not referenced by any partition or table expression can be safely removed from the model. Removing unused data sources helps keep the model clean and easier to maintain..

public static string BpaRuleRemoveUnusedDataSourcesDescription { get; }

Property Value

Type Description
string

BpaRuleRemoveUnusedDataSourcesName

Looks up a localized string similar to Remove data sources not referenced by any partitions.

public static string BpaRuleRemoveUnusedDataSourcesName { get; }

Property Value

Type Description
string

BpaRuleSpecifyApplicationNameDescription

Looks up a localized string similar to SQL Server connection strings should include an Application Name parameter to help database administrators identify the source of connections. Use a descriptive name like 'AnalysisServicesTabular [ServerName] [ModelName]' for easier troubleshooting and monitoring..

public static string BpaRuleSpecifyApplicationNameDescription { get; }

Property Value

Type Description
string

BpaRuleSpecifyApplicationNameName

Looks up a localized string similar to Specify Application Name in connection string.

public static string BpaRuleSpecifyApplicationNameName { get; }

Property Value

Type Description
string

BpaRuleTranslateDescriptionsDescription

Looks up a localized string similar to When your model supports multiple languages, object descriptions should be translated for each culture. This ensures all users can understand the purpose and content of objects regardless of their language preference..

public static string BpaRuleTranslateDescriptionsDescription { get; }

Property Value

Type Description
string

BpaRuleTranslateDescriptionsName

Looks up a localized string similar to Translate Object Descriptions.

public static string BpaRuleTranslateDescriptionsName { get; }

Property Value

Type Description
string

BpaRuleTranslateDisplayFoldersDescription

Looks up a localized string similar to When your model supports multiple languages, display folders should be translated for each culture. Without translations, users viewing the model in different languages will not see the intended folder organization..

public static string BpaRuleTranslateDisplayFoldersDescription { get; }

Property Value

Type Description
string

BpaRuleTranslateDisplayFoldersName

Looks up a localized string similar to Translate Display Folders.

public static string BpaRuleTranslateDisplayFoldersName { get; }

Property Value

Type Description
string

BpaRuleTranslateHierarchyLevelsDescription

Looks up a localized string similar to When your model supports multiple languages, hierarchy level names should be translated for each culture. This ensures users can understand the hierarchy structure in their preferred language..

public static string BpaRuleTranslateHierarchyLevelsDescription { get; }

Property Value

Type Description
string

BpaRuleTranslateHierarchyLevelsName

Looks up a localized string similar to Translate Hierarchy Levels.

public static string BpaRuleTranslateHierarchyLevelsName { get; }

Property Value

Type Description
string

BpaRuleTranslatePerspectivesDescription

Looks up a localized string similar to When your model supports multiple languages, the model and perspective names should be translated for each culture. This provides a fully localized experience for users in different regions..

public static string BpaRuleTranslatePerspectivesDescription { get; }

Property Value

Type Description
string

BpaRuleTranslatePerspectivesName

Looks up a localized string similar to Translate Perspectives.

public static string BpaRuleTranslatePerspectivesName { get; }

Property Value

Type Description
string

BpaRuleTranslateVisibleNamesDescription

Looks up a localized string similar to When your model supports multiple languages, visible object names should be translated for each culture. This provides a localized experience for users working in different languages..

public static string BpaRuleTranslateVisibleNamesDescription { get; }

Property Value

Type Description
string

BpaRuleTranslateVisibleNamesName

Looks up a localized string similar to Translate Visible Object Names.

public static string BpaRuleTranslateVisibleNamesName { get; }

Property Value

Type Description
string

BpaRuleTrimObjectNamesDescription

Looks up a localized string similar to Object names should not have leading or trailing spaces. These unintentional spaces commonly occur when copying or duplicating objects and can cause confusion and inconsistency..

public static string BpaRuleTrimObjectNamesDescription { get; }

Property Value

Type Description
string

BpaRuleTrimObjectNamesName

Looks up a localized string similar to Trim object names.

public static string BpaRuleTrimObjectNamesName { get; }

Property Value

Type Description
string

BpaRuleVisibleCalculationGroupsNoDescriptionDescription

Looks up a localized string similar to Visible calculation groups should have descriptions to explain their purpose and how the calculation items modify measure behavior. Descriptions appear in tooltips in Power BI Desktop and can be used to generate automated data documentation..

public static string BpaRuleVisibleCalculationGroupsNoDescriptionDescription { get; }

Property Value

Type Description
string

BpaRuleVisibleCalculationGroupsNoDescriptionName

Looks up a localized string similar to Visible calculation groups with no description.

public static string BpaRuleVisibleCalculationGroupsNoDescriptionName { get; }

Property Value

Type Description
string

BpaRuleVisibleColumnsNoDescriptionDescription

Looks up a localized string similar to Visible columns should have descriptions to help users understand what data they contain. Descriptions appear in tooltips in Power BI Desktop and can be used to generate automated data documentation..

public static string BpaRuleVisibleColumnsNoDescriptionDescription { get; }

Property Value

Type Description
string

BpaRuleVisibleColumnsNoDescriptionName

Looks up a localized string similar to Visible columns with no description.

public static string BpaRuleVisibleColumnsNoDescriptionName { get; }

Property Value

Type Description
string

BpaRuleVisibleMeasuresNoDescriptionDescription

Looks up a localized string similar to Visible measures should have descriptions to explain what they calculate and how they should be used. Descriptions appear in tooltips in Power BI Desktop and can be used to generate automated data documentation..

public static string BpaRuleVisibleMeasuresNoDescriptionDescription { get; }

Property Value

Type Description
string

BpaRuleVisibleMeasuresNoDescriptionName

Looks up a localized string similar to Visible measures with no description.

public static string BpaRuleVisibleMeasuresNoDescriptionName { get; }

Property Value

Type Description
string

BpaRuleVisibleTablesNoDescriptionDescription

Looks up a localized string similar to Visible tables should have descriptions to help users understand their purpose and content. Descriptions appear in tooltips in Power BI Desktop and can be used to generate automated data documentation..

public static string BpaRuleVisibleTablesNoDescriptionDescription { get; }

Property Value

Type Description
string

BpaRuleVisibleTablesNoDescriptionName

Looks up a localized string similar to Visible tables with no description.

public static string BpaRuleVisibleTablesNoDescriptionName { get; }

Property Value

Type Description
string

BpaRuleVisibleUdfNoDescriptionDescription

Looks up a localized string similar to User-defined functions should have descriptions documenting their purpose, parameters, and return values. This helps developers understand how to use these custom functions correctly..

public static string BpaRuleVisibleUdfNoDescriptionDescription { get; }

Property Value

Type Description
string

BpaRuleVisibleUdfNoDescriptionName

Looks up a localized string similar to User-defined functions with no description.

public static string BpaRuleVisibleUdfNoDescriptionName { get; }

Property Value

Type Description
string

BpaRulesForLocalUser

Looks up a localized string similar to Rules for the local user.

public static string BpaRulesForLocalUser { get; }

Property Value

Type Description
string

BpaRulesOnLocalMachine

Looks up a localized string similar to Rules on the local machine.

public static string BpaRulesOnLocalMachine { get; }

Property Value

Type Description
string

BytesFormat

Looks up a localized string similar to {0} Bytes.

public static string BytesFormat { get; }

Property Value

Type Description
string

CannotPerformProcessingDisconnected

Looks up a localized string similar to Cannot perform processing on a disconnected model..

public static string CannotPerformProcessingDisconnected { get; }

Property Value

Type Description
string

ColumnValues

Looks up a localized string similar to Column values.

public static string ColumnValues { get; }

Property Value

Type Description
string

Culture

Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

public static CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

DataRefreshComplete

Looks up a localized string similar to Data refresh complete..

public static string DataRefreshComplete { get; }

Property Value

Type Description
string

DataRefreshFailed

Looks up a localized string similar to Data refresh failed..

public static string DataRefreshFailed { get; }

Property Value

Type Description
string

DataRefreshStarted

Looks up a localized string similar to Data refresh started....

public static string DataRefreshStarted { get; }

Property Value

Type Description
string

Datamart

Looks up a localized string similar to Datamart.

public static string Datamart { get; }

Property Value

Type Description
string

DaxOptimizerAccountRegistrationIncomplete

Looks up a localized string similar to DAX Optimizer account registration incomplete. Please visit <href="{0}">{1}</href> to finalize..

public static string DaxOptimizerAccountRegistrationIncomplete { get; }

Property Value

Type Description
string

DaxOptimizerFileUploadDisabled

Looks up a localized string similar to File upload to the DAX Optimizer service is disabled by a local policy..

public static string DaxOptimizerFileUploadDisabled { get; }

Property Value

Type Description
string

DaxPackageManager_DisabledDueToLowModelCompatibilityLevel

Looks up a localized string similar to Disabled due to low model compatibility level ({0} < {1}).

public static string DaxPackageManager_DisabledDueToLowModelCompatibilityLevel { get; }

Property Value

Type Description
string

DefaultSemanticModel

Looks up a localized string similar to Semantic Model (Default).

public static string DefaultSemanticModel { get; }

Property Value

Type Description
string

Error

Looks up a localized string similar to Error.

public static string Error { get; }

Property Value

Type Description
string

ErrorLoadingUserOptionsDetails

Looks up a localized string similar to An error occurred while trying to deserialize the User Options (.tmuo) file:

{0}.

public static string ErrorLoadingUserOptionsDetails { get; }

Property Value

Type Description
string

ErrorLoadingUserOptionsTitle

Looks up a localized string similar to Error loading User Options file (.tmuo).

public static string ErrorLoadingUserOptionsTitle { get; }

Property Value

Type Description
string

ExternalBrowserAuthentication

Looks up a localized string similar to External browser.

public static string ExternalBrowserAuthentication { get; }

Property Value

Type Description
string

GigabytesFormat

Looks up a localized string similar to {0} GB.

public static string GigabytesFormat { get; }

Property Value

Type Description
string

KeepSortingAndFilteringAlways

Looks up a localized string similar to Always.

public static string KeepSortingAndFilteringAlways { get; }

Property Value

Type Description
string

KeepSortingAndFilteringAlwaysTooltip

Looks up a localized string similar to Sorting and filtering is never reset - i.e., columns that were previously sorted/filtered and are still present in the new query will remain sorted/filtered..

public static string KeepSortingAndFilteringAlwaysTooltip { get; }

Property Value

Type Description
string

KeepSortingAndFilteringNever

Looks up a localized string similar to Never.

public static string KeepSortingAndFilteringNever { get; }

Property Value

Type Description
string

KeepSortingAndFilteringNeverTooltip

Looks up a localized string similar to Sorting and filtering is reset each time the query is manually executed..

public static string KeepSortingAndFilteringNeverTooltip { get; }

Property Value

Type Description
string

KeepSortingAndFilteringWhenQueryUnchanged

Looks up a localized string similar to When query is unchanged.

public static string KeepSortingAndFilteringWhenQueryUnchanged { get; }

Property Value

Type Description
string

KeepSortingAndFilteringWhenQueryUnchangedTooltip

Looks up a localized string similar to Sorting and filtering is reset when the query is modified, ignoring whitespace/comment modifications..

public static string KeepSortingAndFilteringWhenQueryUnchangedTooltip { get; }

Property Value

Type Description
string

KilobytesFormat

Looks up a localized string similar to {0} KB.

public static string KilobytesFormat { get; }

Property Value

Type Description
string

Lakehouse

Looks up a localized string similar to Lakehouse.

public static string Lakehouse { get; }

Property Value

Type Description
string

MegabytesFormat

Looks up a localized string similar to {0} MB.

public static string MegabytesFormat { get; }

Property Value

Type Description
string

MillionsFormat

Looks up a localized string similar to {0} M.

public static string MillionsFormat { get; }

Property Value

Type Description
string

MirroredAzureDatabricksCatalog

Looks up a localized string similar to Mirrored Azure Databricks catalog.

public static string MirroredAzureDatabricksCatalog { get; }

Property Value

Type Description
string

MirroredDatabase

Looks up a localized string similar to Mirrored Database.

public static string MirroredDatabase { get; }

Property Value

Type Description
string

ModelRefreshDescription

Looks up a localized string similar to {0} model refresh.

public static string ModelRefreshDescription { get; }

Property Value

Type Description
string

MyWorkspace

Looks up a localized string similar to My Workspace.

public static string MyWorkspace { get; }

Property Value

Type Description
string

NotValidPowerBIRestAPIEndpoint

Looks up a localized string similar to Not a valid Power BI API Rest endpoint.

public static string NotValidPowerBIRestAPIEndpoint { get; }

Property Value

Type Description
string

OAuthAuthentication

Looks up a localized string similar to OAuth.

public static string OAuthAuthentication { get; }

Property Value

Type Description
string

PartitionRefreshDescription

Looks up a localized string similar to {0} refresh of {1:partition {2}|{} partitions}.

public static string PartitionRefreshDescription { get; }

Property Value

Type Description
string

ProxyTypeCustom

Looks up a localized string similar to Custom.

public static string ProxyTypeCustom { get; }

Property Value

Type Description
string

ProxyTypeNone

Looks up a localized string similar to None.

public static string ProxyTypeNone { get; }

Property Value

Type Description
string

ProxyTypeSystem

Looks up a localized string similar to System.

public static string ProxyTypeSystem { get; }

Property Value

Type Description
string

RelationshipsWithParentheses

Looks up a localized string similar to (Relationships).

public static string RelationshipsWithParentheses { get; }

Property Value

Type Description
string

ResourceManager

Returns the cached ResourceManager instance used by this class.

public static ResourceManager ResourceManager { get; }

Property Value

Type Description
ResourceManager

SQLAnalyticsEndpoint

Looks up a localized string similar to SQL Analytics Endpoint.

public static string SQLAnalyticsEndpoint { get; }

Property Value

Type Description
string

SQLDatabase

Looks up a localized string similar to SQL Database.

public static string SQLDatabase { get; }

Property Value

Type Description
string

SalesContact

Looks up a localized string similar to sales@tabulareditor.com.

public static string SalesContact { get; }

Property Value

Type Description
string

SaveBeforeProcessing

Looks up a localized string similar to Save changes before processing?.

public static string SaveBeforeProcessing { get; }

Property Value

Type Description
string

SaveBeforeProcessingDescription

Looks up a localized string similar to You have made changes to the model metadata which has not yet been saved. Do you want to save these changes before starting the refresh job?.

public static string SaveBeforeProcessingDescription { get; }

Property Value

Type Description
string

ScalarExpression

Looks up a localized string similar to Scalar expression.

public static string ScalarExpression { get; }

Property Value

Type Description
string

SemanticBridge_NotAvailable_InitializationFailure

Looks up a localized string similar to SemanticBridge service failed to initialize. {0} Please contact {1} with this information for assistance.

Exception: {2}.

public static string SemanticBridge_NotAvailable_InitializationFailure { get; }

Property Value

Type Description
string

SemanticBridge_NotAvailable_LicenseFailure

Looks up a localized string similar to SemanticBridge service is not available due to your license level. {0} Please contact {1} with this information for assistance..

public static string SemanticBridge_NotAvailable_LicenseFailure { get; }

Property Value

Type Description
string

SemanticBridge_NotAvailable_UnexpectedState

Looks up a localized string similar to SemanticBridge service is not available for an unknown reason. This is an unexpected error. Please contact {0} for assistance.

public static string SemanticBridge_NotAvailable_UnexpectedState { get; }

Property Value

Type Description
string

SemanticModel

Looks up a localized string similar to Semantic Model.

public static string SemanticModel { get; }

Property Value

Type Description
string

SnowflakeAuthentication

Looks up a localized string similar to Snowflake.

public static string SnowflakeAuthentication { get; }

Property Value

Type Description
string

StartProcessingOutOfSync

Looks up a localized string similar to Start processing when metadata are out-of-sync?.

public static string StartProcessingOutOfSync { get; }

Property Value

Type Description
string

StartProcessingOutOfSyncDescription

Looks up a localized string similar to You have made changes to the model metadata which has not yet been saved, and a refresh job is currently in progress. Would you like to queue a new refresh job anyway?.

public static string StartProcessingOutOfSyncDescription { get; }

Property Value

Type Description
string

SupportContact

Looks up a localized string similar to support@tabulareditor.com.

public static string SupportContact { get; }

Property Value

Type Description
string

TableExpression

Looks up a localized string similar to Table expression.

public static string TableExpression { get; }

Property Value

Type Description
string

TableRefreshDescription

Looks up a localized string similar to {0} refresh of {1:table {2}|{} tables}.

public static string TableRefreshDescription { get; }

Property Value

Type Description
string

ThousandsFormat

Looks up a localized string similar to {0} K.

public static string ThousandsFormat { get; }

Property Value

Type Description
string

UnableToFindFabricArtifact

Looks up a localized string similar to Unable to find a warehouse, lakehouse, SQL database, or Mirrored Database with the specified workspaceId {0} and objectId {1}.

public static string UnableToFindFabricArtifact { get; }

Property Value

Type Description
string

UnableToProcessPartition

Looks up a localized string similar to Unable to process partition '{0}'. The partition is not available on the deployed database..

public static string UnableToProcessPartition { get; }

Property Value

Type Description
string

UnableToProcessTable

Looks up a localized string similar to Unable to process table '{0}'. The table is not available on the deployed database..

public static string UnableToProcessTable { get; }

Property Value

Type Description
string

UnknownFabricArtifactType

Looks up a localized string similar to (Unknown).

public static string UnknownFabricArtifactType { get; }

Property Value

Type Description
string

ViewRefreshQueue

Looks up a localized string similar to View refresh queue.

public static string ViewRefreshQueue { get; }

Property Value

Type Description
string

Warehouse

Looks up a localized string similar to Warehouse.

public static string Warehouse { get; }

Property Value

Type Description
string

Warning

Looks up a localized string similar to Warning.

public static string Warning { get; }

Property Value

Type Description
string