//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.SqlTools.ServiceLayer.Localization { using System; using System.Reflection; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class sr { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; internal sr() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.SqlTools.ServiceLayer.Localization.sr", typeof(sr).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to File '{0}' recursively included.. /// public static string BatchParser_CircularReference { get { return ResourceManager.GetString("BatchParser_CircularReference", resourceCulture); } } /// /// Looks up a localized string similar to Missing end comment mark '*/'.. /// public static string BatchParser_CommentNotTerminated { get { return ResourceManager.GetString("BatchParser_CommentNotTerminated", resourceCulture); } } /// /// Looks up a localized string similar to Incorrect syntax was encountered while parsing '{0}'.. /// public static string BatchParser_IncorrectSyntax { get { return ResourceManager.GetString("BatchParser_IncorrectSyntax", resourceCulture); } } /// /// Looks up a localized string similar to Unclosed quotation mark after the character string.. /// public static string BatchParser_StringNotTerminated { get { return ResourceManager.GetString("BatchParser_StringNotTerminated", resourceCulture); } } /// /// Looks up a localized string similar to Variable {0} is not defined.. /// public static string BatchParser_VariableNotDefined { get { return ResourceManager.GetString("BatchParser_VariableNotDefined", resourceCulture); } } /// /// Looks up a localized string similar to Canceling batch parser wrapper batch execution.. /// public static string BatchParserWrapperExecutionEngineBatchCancelling { get { return ResourceManager.GetString("BatchParserWrapperExecutionEngineBatchCancelling", resourceCulture); } } /// /// Looks up a localized string similar to Batch parser wrapper execution engine batch message received: Message: {0} Detailed message: {1}. /// public static string BatchParserWrapperExecutionEngineBatchMessage { get { return ResourceManager.GetString("BatchParserWrapperExecutionEngineBatchMessage", resourceCulture); } } /// /// Looks up a localized string similar to Batch parser wrapper execution engine batch ResultSet finished.. /// public static string BatchParserWrapperExecutionEngineBatchResultSetFinished { get { return ResourceManager.GetString("BatchParserWrapperExecutionEngineBatchResultSetFinished", resourceCulture); } } /// /// Looks up a localized string similar to Batch parser wrapper execution engine batch ResultSet processing: DataReader.FieldCount: {0} DataReader.RecordsAffected: {1}. /// public static string BatchParserWrapperExecutionEngineBatchResultSetProcessing { get { return ResourceManager.GetString("BatchParserWrapperExecutionEngineBatchResultSetProcessing", resourceCulture); } } /// /// Looks up a localized string similar to SQL Execution error: {0}. /// public static string BatchParserWrapperExecutionEngineError { get { return ResourceManager.GetString("BatchParserWrapperExecutionEngineError", resourceCulture); } } /// /// Looks up a localized string similar to Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}. /// public static string BatchParserWrapperExecutionError { get { return ResourceManager.GetString("BatchParserWrapperExecutionError", resourceCulture); } } /// /// Looks up a localized string similar to Connection details object cannot be null. /// public static string ConnectionParamsValidateNullConnection { get { return ResourceManager.GetString("ConnectionParamsValidateNullConnection", resourceCulture); } } /// /// Looks up a localized string similar to OwnerUri cannot be null or empty. /// public static string ConnectionParamsValidateNullOwnerUri { get { return ResourceManager.GetString("ConnectionParamsValidateNullOwnerUri", resourceCulture); } } /// /// Looks up a localized string similar to ServerName cannot be null or empty. /// public static string ConnectionParamsValidateNullServerName { get { return ResourceManager.GetString("ConnectionParamsValidateNullServerName", resourceCulture); } } /// /// Looks up a localized string similar to {0} cannot be null or empty when using SqlLogin authentication. /// public static string ConnectionParamsValidateNullSqlAuth { get { return ResourceManager.GetString("ConnectionParamsValidateNullSqlAuth", resourceCulture); } } /// /// Looks up a localized string similar to Connection parameters cannot be null. /// public static string ConnectionServiceConnectErrorNullParams { get { return ResourceManager.GetString("ConnectionServiceConnectErrorNullParams", resourceCulture); } } /// /// Looks up a localized string similar to Connection canceled. /// public static string ConnectionServiceConnectionCanceled { get { return ResourceManager.GetString("ConnectionServiceConnectionCanceled", resourceCulture); } } /// /// Looks up a localized string similar to Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.. /// public static string ConnectionServiceConnStringInvalidAuthType { get { return ResourceManager.GetString("ConnectionServiceConnStringInvalidAuthType", resourceCulture); } } /// /// Looks up a localized string similar to Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.. /// public static string ConnectionServiceConnStringInvalidIntent { get { return ResourceManager.GetString("ConnectionServiceConnStringInvalidIntent", resourceCulture); } } /// /// Looks up a localized string similar to SpecifiedUri '{0}' does not have existing connection. /// public static string ConnectionServiceListDbErrorNotConnected { get { return ResourceManager.GetString("ConnectionServiceListDbErrorNotConnected", resourceCulture); } } /// /// Looks up a localized string similar to OwnerUri cannot be null or empty. /// public static string ConnectionServiceListDbErrorNullOwnerUri { get { return ResourceManager.GetString("ConnectionServiceListDbErrorNullOwnerUri", resourceCulture); } } /// /// Looks up a localized string similar to Win32Credential object is already disposed. /// public static string CredentialServiceWin32CredentialDisposed { get { return ResourceManager.GetString("CredentialServiceWin32CredentialDisposed", resourceCulture); } } /// /// Looks up a localized string similar to Invalid CriticalHandle!. /// public static string CredentialsServiceInvalidCriticalHandle { get { return ResourceManager.GetString("CredentialsServiceInvalidCriticalHandle", resourceCulture); } } /// /// Looks up a localized string similar to The password has exceeded 512 bytes. /// public static string CredentialsServicePasswordLengthExceeded { get { return ResourceManager.GetString("CredentialsServicePasswordLengthExceeded", resourceCulture); } } /// /// Looks up a localized string similar to Target must be specified to delete a credential. /// public static string CredentialsServiceTargetForDelete { get { return ResourceManager.GetString("CredentialsServiceTargetForDelete", resourceCulture); } } /// /// Looks up a localized string similar to Target must be specified to check existance of a credential. /// public static string CredentialsServiceTargetForLookup { get { return ResourceManager.GetString("CredentialsServiceTargetForLookup", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while the batch was being processed. The error message is: {0}. /// public static string EE_BatchError_Exception { get { return ResourceManager.GetString("EE_BatchError_Exception", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while the batch was being executed.. /// public static string EE_BatchExecutionError_Halting { get { return ResourceManager.GetString("EE_BatchExecutionError_Halting", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while the batch was being executed, but the error has been ignored.. /// public static string EE_BatchExecutionError_Ignoring { get { return ResourceManager.GetString("EE_BatchExecutionError_Ignoring", resourceCulture); } } /// /// Looks up a localized string similar to ({0} row(s) affected). /// public static string EE_BatchExecutionInfo_RowsAffected { get { return ResourceManager.GetString("EE_BatchExecutionInfo_RowsAffected", resourceCulture); } } /// /// Looks up a localized string similar to Msg {0}, Level {1}, State {2}. /// public static string EE_BatchSqlMessageNoLineInfo { get { return ResourceManager.GetString("EE_BatchSqlMessageNoLineInfo", resourceCulture); } } /// /// Looks up a localized string similar to Msg {0}, Level {1}, State {2}, Line {3}. /// public static string EE_BatchSqlMessageNoProcedureInfo { get { return ResourceManager.GetString("EE_BatchSqlMessageNoProcedureInfo", resourceCulture); } } /// /// Looks up a localized string similar to Msg {0}, Level {1}, State {2}, Procedure {3}, Line {4}. /// public static string EE_BatchSqlMessageWithProcedureInfo { get { return ResourceManager.GetString("EE_BatchSqlMessageWithProcedureInfo", resourceCulture); } } /// /// Looks up a localized string similar to Command {0} is not supported.. /// public static string EE_ExecutionError_CommandNotSupported { get { return ResourceManager.GetString("EE_ExecutionError_CommandNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The variable {0} could not be found.. /// public static string EE_ExecutionError_VariableNotFound { get { return ResourceManager.GetString("EE_ExecutionError_VariableNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Execution completed {0} times.... /// public static string EE_ExecutionInfo_FinalizingLoop { get { return ResourceManager.GetString("EE_ExecutionInfo_FinalizingLoop", resourceCulture); } } /// /// Looks up a localized string similar to Starting execution loop of {0} times.... /// public static string EE_ExecutionInfo_InitilizingLoop { get { return ResourceManager.GetString("EE_ExecutionInfo_InitilizingLoop", resourceCulture); } } /// /// Looks up a localized string similar to You cancelled the query.. /// public static string EE_ExecutionInfo_QueryCancelledbyUser { get { return ResourceManager.GetString("EE_ExecutionInfo_QueryCancelledbyUser", resourceCulture); } } /// /// Looks up a localized string similar to The previous execution is not yet complete.. /// public static string EE_ExecutionNotYetCompleteError { get { return ResourceManager.GetString("EE_ExecutionNotYetCompleteError", resourceCulture); } } /// /// Looks up a localized string similar to A scripting error occurred.. /// public static string EE_ScriptError_Error { get { return ResourceManager.GetString("EE_ScriptError_Error", resourceCulture); } } /// /// Looks up a localized string similar to A fatal error occurred.. /// public static string EE_ScriptError_FatalError { get { return ResourceManager.GetString("EE_ScriptError_FatalError", resourceCulture); } } /// /// Looks up a localized string similar to Incorrect syntax was encountered while {0} was being parsed.. /// public static string EE_ScriptError_ParsingSyntax { get { return ResourceManager.GetString("EE_ScriptError_ParsingSyntax", resourceCulture); } } /// /// Looks up a localized string similar to Scripting warning.. /// public static string EE_ScriptError_Warning { get { return ResourceManager.GetString("EE_ScriptError_Warning", resourceCulture); } } /// /// Looks up a localized string similar to Replacement of an empty string by an empty string.. /// public static string ErrorEmptyStringReplacement { get { return ResourceManager.GetString("ErrorEmptyStringReplacement", resourceCulture); } } /// /// Looks up a localized string similar to Cannot convert SqlCodeObject Type {0} to Type {1}. /// public static string ErrorUnexpectedCodeObjectType { get { return ResourceManager.GetString("ErrorUnexpectedCodeObjectType", resourceCulture); } } /// /// Looks up a localized string similar to Message header must separate key and value using ':'. /// public static string HostingHeaderMissingColon { get { return ResourceManager.GetString("HostingHeaderMissingColon", resourceCulture); } } /// /// Looks up a localized string similar to Fatal error: Content-Length header must be provided. /// public static string HostingHeaderMissingContentLengthHeader { get { return ResourceManager.GetString("HostingHeaderMissingContentLengthHeader", resourceCulture); } } /// /// Looks up a localized string similar to Fatal error: Content-Length value is not an integer. /// public static string HostingHeaderMissingContentLengthValue { get { return ResourceManager.GetString("HostingHeaderMissingContentLengthValue", resourceCulture); } } /// /// Looks up a localized string similar to MessageReader's input stream ended unexpectedly, terminating. /// public static string HostingUnexpectedEndOfStream { get { return ResourceManager.GetString("HostingUnexpectedEndOfStream", resourceCulture); } } /// /// Looks up a localized string similar to Service of type {0} cannot be created by ExtensionLoader<{1}>. /// public static string IncompatibleServiceForExtensionLoader { get { return ResourceManager.GetString("IncompatibleServiceForExtensionLoader", resourceCulture); } } /// /// Looks up a localized string similar to Multiple services found for type {0}, expected only 1. /// public static string MultipleServicesFound { get { return ResourceManager.GetString("MultipleServicesFound", resourceCulture); } } /// /// Looks up a localized string similar to This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}. /// public static string PeekDefinitionAzureError { get { return ResourceManager.GetString("PeekDefinitionAzureError", resourceCulture); } } /// /// Looks up a localized string similar to No database object was retrieved.. /// public static string PeekDefinitionDatabaseError { get { return ResourceManager.GetString("PeekDefinitionDatabaseError", resourceCulture); } } /// /// Looks up a localized string similar to An unexpected error occurred during Peek Definition execution: {0}. /// public static string PeekDefinitionError { get { return ResourceManager.GetString("PeekDefinitionError", resourceCulture); } } /// /// Looks up a localized string similar to No results were found.. /// public static string PeekDefinitionNoResultsError { get { return ResourceManager.GetString("PeekDefinitionNoResultsError", resourceCulture); } } /// /// Looks up a localized string similar to Please connect to a server.. /// public static string PeekDefinitionNotConnectedError { get { return ResourceManager.GetString("PeekDefinitionNotConnectedError", resourceCulture); } } /// /// Looks up a localized string similar to Operation timed out.. /// public static string PeekDefinitionTimedoutError { get { return ResourceManager.GetString("PeekDefinitionTimedoutError", resourceCulture); } } /// /// Looks up a localized string similar to This object type is currently not supported by this feature.. /// public static string PeekDefinitionTypeNotSupportedError { get { return ResourceManager.GetString("PeekDefinitionTypeNotSupportedError", resourceCulture); } } /// /// Looks up a localized string similar to (1 row affected). /// public static string QueryServiceAffectedOneRow { get { return ResourceManager.GetString("QueryServiceAffectedOneRow", resourceCulture); } } /// /// Looks up a localized string similar to ({0} rows affected). /// public static string QueryServiceAffectedRows { get { return ResourceManager.GetString("QueryServiceAffectedRows", resourceCulture); } } /// /// Looks up a localized string similar to The query has already completed, it cannot be cancelled. /// public static string QueryServiceCancelAlreadyCompleted { get { return ResourceManager.GetString("QueryServiceCancelAlreadyCompleted", resourceCulture); } } /// /// Looks up a localized string similar to Query successfully cancelled, failed to dispose query. Owner URI not found.. /// public static string QueryServiceCancelDisposeFailed { get { return ResourceManager.GetString("QueryServiceCancelDisposeFailed", resourceCulture); } } /// /// Looks up a localized string similar to (No column name). /// public static string QueryServiceColumnNull { get { return ResourceManager.GetString("QueryServiceColumnNull", resourceCulture); } } /// /// Looks up a localized string similar to Commands completed successfully.. /// public static string QueryServiceCompletedSuccessfully { get { return ResourceManager.GetString("QueryServiceCompletedSuccessfully", resourceCulture); } } /// /// Looks up a localized string similar to Maximum number of bytes to return must be greater than zero. /// public static string QueryServiceDataReaderByteCountInvalid { get { return ResourceManager.GetString("QueryServiceDataReaderByteCountInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Maximum number of chars to return must be greater than zero. /// public static string QueryServiceDataReaderCharCountInvalid { get { return ResourceManager.GetString("QueryServiceDataReaderCharCountInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Maximum number of XML bytes to return must be greater than zero. /// public static string QueryServiceDataReaderXmlCountInvalid { get { return ResourceManager.GetString("QueryServiceDataReaderXmlCountInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Msg {0}, Level {1}, State {2}, Line {3}{4}{5}. /// public static string QueryServiceErrorFormat { get { return ResourceManager.GetString("QueryServiceErrorFormat", resourceCulture); } } /// /// Looks up a localized string similar to Could not retrieve an execution plan from the result set . /// public static string QueryServiceExecutionPlanNotFound { get { return ResourceManager.GetString("QueryServiceExecutionPlanNotFound", resourceCulture); } } /// /// Looks up a localized string similar to FileStreamWrapper must be initialized before performing operations. /// public static string QueryServiceFileWrapperNotInitialized { get { return ResourceManager.GetString("QueryServiceFileWrapperNotInitialized", resourceCulture); } } /// /// Looks up a localized string similar to This FileStreamWrapper cannot be used for writing. /// public static string QueryServiceFileWrapperReadOnly { get { return ResourceManager.GetString("QueryServiceFileWrapperReadOnly", resourceCulture); } } /// /// Looks up a localized string similar to Access method cannot be write-only. /// public static string QueryServiceFileWrapperWriteOnly { get { return ResourceManager.GetString("QueryServiceFileWrapperWriteOnly", resourceCulture); } } /// /// Looks up a localized string similar to Sender for OnInfoMessage event must be a SqlConnection. /// public static string QueryServiceMessageSenderNotSql { get { return ResourceManager.GetString("QueryServiceMessageSenderNotSql", resourceCulture); } } /// /// Looks up a localized string similar to Query was canceled by user. /// public static string QueryServiceQueryCancelled { get { return ResourceManager.GetString("QueryServiceQueryCancelled", resourceCulture); } } /// /// Looks up a localized string similar to Query failed: {0}. /// public static string QueryServiceQueryFailed { get { return ResourceManager.GetString("QueryServiceQueryFailed", resourceCulture); } } /// /// Looks up a localized string similar to A query is already in progress for this editor session. Please cancel this query or wait for its completion.. /// public static string QueryServiceQueryInProgress { get { return ResourceManager.GetString("QueryServiceQueryInProgress", resourceCulture); } } /// /// Looks up a localized string similar to This editor is not connected to a database. /// public static string QueryServiceQueryInvalidOwnerUri { get { return ResourceManager.GetString("QueryServiceQueryInvalidOwnerUri", resourceCulture); } } /// /// Looks up a localized string similar to The requested query does not exist. /// public static string QueryServiceRequestsNoQuery { get { return ResourceManager.GetString("QueryServiceRequestsNoQuery", resourceCulture); } } /// /// Looks up a localized string similar to Could not retrieve column schema for result set. /// public static string QueryServiceResultSetNoColumnSchema { get { return ResourceManager.GetString("QueryServiceResultSetNoColumnSchema", resourceCulture); } } /// /// Looks up a localized string similar to Cannot read subset unless the results have been read from the server. /// public static string QueryServiceResultSetNotRead { get { return ResourceManager.GetString("QueryServiceResultSetNotRead", resourceCulture); } } /// /// Looks up a localized string similar to Reader cannot be null. /// public static string QueryServiceResultSetReaderNull { get { return ResourceManager.GetString("QueryServiceResultSetReaderNull", resourceCulture); } } /// /// Looks up a localized string similar to Row count must be a positive integer. /// public static string QueryServiceResultSetRowCountOutOfRange { get { return ResourceManager.GetString("QueryServiceResultSetRowCountOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Start row cannot be less than 0 or greater than the number of rows in the result set. /// public static string QueryServiceResultSetStartRowOutOfRange { get { return ResourceManager.GetString("QueryServiceResultSetStartRowOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Failed to save {0}: {1}. /// public static string QueryServiceSaveAsFail { get { return ResourceManager.GetString("QueryServiceSaveAsFail", resourceCulture); } } /// /// Looks up a localized string similar to A save request to the same path is in progress. /// public static string QueryServiceSaveAsInProgress { get { return ResourceManager.GetString("QueryServiceSaveAsInProgress", resourceCulture); } } /// /// Looks up a localized string similar to Internal error occurred while starting save task. /// public static string QueryServiceSaveAsMiscStartingError { get { return ResourceManager.GetString("QueryServiceSaveAsMiscStartingError", resourceCulture); } } /// /// Looks up a localized string similar to Result cannot be saved until query execution has completed. /// public static string QueryServiceSaveAsResultSetNotComplete { get { return ResourceManager.GetString("QueryServiceSaveAsResultSetNotComplete", resourceCulture); } } /// /// Looks up a localized string similar to The batch has not completed, yet. /// public static string QueryServiceSubsetBatchNotCompleted { get { return ResourceManager.GetString("QueryServiceSubsetBatchNotCompleted", resourceCulture); } } /// /// Looks up a localized string similar to Batch index cannot be less than 0 or greater than the number of batches. /// public static string QueryServiceSubsetBatchOutOfRange { get { return ResourceManager.GetString("QueryServiceSubsetBatchOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Result set index cannot be less than 0 or greater than the number of result sets. /// public static string QueryServiceSubsetResultSetOutOfRange { get { return ResourceManager.GetString("QueryServiceSubsetResultSetOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Cannot register service for type {0}, one or more services already registered. /// public static string ServiceAlreadyRegistered { get { return ResourceManager.GetString("ServiceAlreadyRegistered", resourceCulture); } } /// /// Looks up a localized string similar to Service {0} was not found in the service provider. /// public static string ServiceNotFound { get { return ResourceManager.GetString("ServiceNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Service of Type {0} is not compatible with registered Type {1}. /// public static string ServiceNotOfExpectedType { get { return ResourceManager.GetString("ServiceNotOfExpectedType", resourceCulture); } } /// /// Looks up a localized string similar to SetServiceProvider() was not called to establish the required service provider. /// public static string ServiceProviderNotSet { get { return ResourceManager.GetString("ServiceProviderNotSet", resourceCulture); } } /// /// Looks up a localized string similar to EN_LOCALIZATION. /// public static string TestLocalizationConstant { get { return ResourceManager.GetString("TestLocalizationConstant", resourceCulture); } } /// /// Looks up a localized string similar to For more information about this error, see the troubleshooting topics in the product documentation.. /// public static string TroubleshootingAssistanceMessage { get { return ResourceManager.GetString("TroubleshootingAssistanceMessage", resourceCulture); } } /// /// Looks up a localized string similar to Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3}). /// public static string WorkspaceServiceBufferPositionOutOfOrder { get { return ResourceManager.GetString("WorkspaceServiceBufferPositionOutOfOrder", resourceCulture); } } /// /// Looks up a localized string similar to Position is outside of column range for line {0}. /// public static string WorkspaceServicePositionColumnOutOfRange { get { return ResourceManager.GetString("WorkspaceServicePositionColumnOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Position is outside of file line range. /// public static string WorkspaceServicePositionLineOutOfRange { get { return ResourceManager.GetString("WorkspaceServicePositionLineOutOfRange", resourceCulture); } } } }