//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace Sog.Properties { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [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("Sog.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 查找类似 Improper MySqlCommandBuilder state: adapter is null 的本地化字符串。 /// public static string AdapterIsNull { get { return ResourceManager.GetString("AdapterIsNull", resourceCulture); } } /// /// 查找类似 Improper MySqlCommandBuilder state: adapter's SelectCommand is null 的本地化字符串。 /// public static string AdapterSelectIsNull { get { return ResourceManager.GetString("AdapterSelectIsNull", resourceCulture); } } /// /// 查找类似 Invalid attempt to access a field before calling Read() 的本地化字符串。 /// public static string AttemptToAccessBeforeRead { get { return ResourceManager.GetString("AttemptToAccessBeforeRead", resourceCulture); } } /// /// 查找类似 Authentication to host '{0}' for user '{1}' using method '{2}' failed with message: {3} 的本地化字符串。 /// public static string AuthenticationFailed { get { return ResourceManager.GetString("AuthenticationFailed", resourceCulture); } } /// /// 查找类似 Authentication method '{0}' not supported by any of the available plugins. 的本地化字符串。 /// public static string AuthenticationMethodNotSupported { get { return ResourceManager.GetString("AuthenticationMethodNotSupported", resourceCulture); } } /// /// 查找类似 Authentication plugin '{0}' is currently not supported. 的本地化字符串。 /// public static string AuthenticationPluginNotSupported { get { return ResourceManager.GetString("AuthenticationPluginNotSupported", resourceCulture); } } /// /// 查找类似 Version string not in acceptable format 的本地化字符串。 /// public static string BadVersionFormat { get { return ResourceManager.GetString("BadVersionFormat", resourceCulture); } } /// /// 查找类似 The buffer cannot be null 的本地化字符串。 /// public static string BufferCannotBeNull { get { return ResourceManager.GetString("BufferCannotBeNull", resourceCulture); } } /// /// 查找类似 The buffer is not large enough 的本地化字符串。 /// public static string BufferNotLargeEnough { get { return ResourceManager.GetString("BufferNotLargeEnough", resourceCulture); } } /// /// 查找类似 Canceling an executing query requires MySQL 5.0 or higher. 的本地化字符串。 /// public static string CancelNeeds50 { get { return ResourceManager.GetString("CancelNeeds50", resourceCulture); } } /// /// 查找类似 Canceling an active query is only supported on MySQL 5.0.0 and above. 的本地化字符串。 /// public static string CancelNotSupported { get { return ResourceManager.GetString("CancelNotSupported", resourceCulture); } } /// /// 查找类似 Parameters can only be derived for commands using the StoredProcedure command type. 的本地化字符串。 /// public static string CanNotDeriveParametersForTextCommands { get { return ResourceManager.GetString("CanNotDeriveParametersForTextCommands", resourceCulture); } } /// /// 查找类似 MySqlCommandBuilder does not support multi-table statements 的本地化字符串。 /// public static string CBMultiTableNotSupported { get { return ResourceManager.GetString("CBMultiTableNotSupported", resourceCulture); } } /// /// 查找类似 MySqlCommandBuilder cannot operate on tables with no unique or key columns 的本地化字符串。 /// public static string CBNoKeyColumn { get { return ResourceManager.GetString("CBNoKeyColumn", resourceCulture); } } /// /// 查找类似 Chaos isolation level is not supported 的本地化字符串。 /// public static string ChaosNotSupported { get { return ResourceManager.GetString("ChaosNotSupported", resourceCulture); } } /// /// 查找类似 Clear-password authentication is not supported over insecure channels. 的本地化字符串。 /// public static string ClearPasswordNotSupported { get { return ResourceManager.GetString("ClearPasswordNotSupported", resourceCulture); } } /// /// 查找类似 The CommandText property has not been properly initialized. 的本地化字符串。 /// public static string CommandTextNotInitialized { get { return ResourceManager.GetString("CommandTextNotInitialized", resourceCulture); } } /// /// 查找类似 Compression is not supported. 的本地化字符串。 /// public static string CompressionNotSupported { get { return ResourceManager.GetString("CompressionNotSupported", resourceCulture); } } /// /// 查找类似 The connection is already open. 的本地化字符串。 /// public static string ConnectionAlreadyOpen { get { return ResourceManager.GetString("ConnectionAlreadyOpen", resourceCulture); } } /// /// 查找类似 Connection unexpectedly terminated. 的本地化字符串。 /// public static string ConnectionBroken { get { return ResourceManager.GetString("ConnectionBroken", resourceCulture); } } /// /// 查找类似 Connection must be valid and open 的本地化字符串。 /// public static string ConnectionMustBeOpen { get { return ResourceManager.GetString("ConnectionMustBeOpen", resourceCulture); } } /// /// 查找类似 The connection is not open. 的本地化字符串。 /// public static string ConnectionNotOpen { get { return ResourceManager.GetString("ConnectionNotOpen", resourceCulture); } } /// /// 查找类似 The connection property has not been set or is null. 的本地化字符串。 /// public static string ConnectionNotSet { get { return ResourceManager.GetString("ConnectionNotSet", resourceCulture); } } /// /// 查找类似 Could not find specified column in results: {0} 的本地化字符串。 /// public static string CouldNotFindColumnName { get { return ResourceManager.GetString("CouldNotFindColumnName", resourceCulture); } } /// /// 查找类似 Count cannot be negative 的本地化字符串。 /// public static string CountCannotBeNegative { get { return ResourceManager.GetString("CountCannotBeNegative", resourceCulture); } } /// /// 查找类似 SetLength is not a valid operation on CompressedStream 的本地化字符串。 /// public static string CSNoSetLength { get { return ResourceManager.GetString("CSNoSetLength", resourceCulture); } } /// /// 查找类似 The given value was not in a supported format. 的本地化字符串。 /// public static string DataNotInSupportedFormat { get { return ResourceManager.GetString("DataNotInSupportedFormat", resourceCulture); } } /// /// 查找类似 There is already an open DataReader associated with this Connection which must be closed first. 的本地化字符串。 /// public static string DataReaderOpen { get { return ResourceManager.GetString("DataReaderOpen", resourceCulture); } } /// /// 查找类似 The default connection encoding was not found. Please report this as a bug along with your connection string and system details. 的本地化字符串。 /// public static string DefaultEncodingNotFound { get { return ResourceManager.GetString("DefaultEncodingNotFound", resourceCulture); } } /// /// 查找类似 MySQL Connector/NET does not currently support distributed transactions. 的本地化字符串。 /// public static string DistributedTxnNotSupported { get { return ResourceManager.GetString("DistributedTxnNotSupported", resourceCulture); } } /// /// 查找类似 Specifying multiple host names with DNS SRV lookup is not permitted. 的本地化字符串。 /// public static string DnsSrvInvalidConnOptionMultihost { get { return ResourceManager.GetString("DnsSrvInvalidConnOptionMultihost", resourceCulture); } } /// /// 查找类似 Specifying a port number with DNS SRV lookup is not permitted. 的本地化字符串。 /// public static string DnsSrvInvalidConnOptionPort { get { return ResourceManager.GetString("DnsSrvInvalidConnOptionPort", resourceCulture); } } /// /// 查找类似 Using Unix domain sockets with DNS SRV lookup is not permitted. 的本地化字符串。 /// public static string DnsSrvInvalidConnOptionUnixSocket { get { return ResourceManager.GetString("DnsSrvInvalidConnOptionUnixSocket", resourceCulture); } } /// /// 查找类似 Unable to locate any hosts for {0}. 的本地化字符串。 /// public static string DnsSrvNoHostsAvailable { get { return ResourceManager.GetString("DnsSrvNoHostsAvailable", resourceCulture); } } /// /// 查找类似 Connection option '{0}' is duplicated. 的本地化字符串。 /// public static string DuplicatedConnectionOption { get { return ResourceManager.GetString("DuplicatedConnectionOption", resourceCulture); } } /// /// 查找类似 SSL connection option '{0}' is duplicated. 的本地化字符串。 /// public static string DuplicatedSslConnectionOption { get { return ResourceManager.GetString("DuplicatedSslConnectionOption", resourceCulture); } } /// /// 查找类似 Encoding error during validation. 的本地化字符串。 /// public static string EncodingError { get { return ResourceManager.GetString("EncodingError", resourceCulture); } } /// /// 查找类似 Error creating socket connection 的本地化字符串。 /// public static string ErrorCreatingSocket { get { return ResourceManager.GetString("ErrorCreatingSocket", resourceCulture); } } /// /// 查找类似 Verify that user '{0}'@'{1}' has enough privileges to execute. 的本地化字符串。 /// public static string ExecuteProcedureUnauthorized { get { return ResourceManager.GetString("ExecuteProcedureUnauthorized", resourceCulture); } } /// /// 查找类似 Fatal error encountered during command execution. 的本地化字符串。 /// public static string FatalErrorDuringExecute { get { return ResourceManager.GetString("FatalErrorDuringExecute", resourceCulture); } } /// /// 查找类似 Fatal error encountered during data read. 的本地化字符串。 /// public static string FatalErrorDuringRead { get { return ResourceManager.GetString("FatalErrorDuringRead", resourceCulture); } } /// /// 查找类似 Fatal error encountered attempting to read the resultset. 的本地化字符串。 /// public static string FatalErrorReadingResult { get { return ResourceManager.GetString("FatalErrorReadingResult", resourceCulture); } } /// /// 查找类似 File based certificates are only supported when connecting to MySQL Server 5.1 or greater. 的本地化字符串。 /// public static string FileBasedCertificateNotSupported { get { return ResourceManager.GetString("FileBasedCertificateNotSupported", resourceCulture); } } /// /// 查找类似 The specified file cannot be converted to a certificate. 的本地化字符串。 /// public static string FileIsNotACertificate { get { return ResourceManager.GetString("FileIsNotACertificate", resourceCulture); } } /// /// 查找类似 The specified file cannot be converted to a key. 的本地化字符串。 /// public static string FileIsNotAKey { get { return ResourceManager.GetString("FileIsNotAKey", resourceCulture); } } /// /// 查找类似 Failed to read file at the specified location. 的本地化字符串。 /// public static string FileNotFound { get { return ResourceManager.GetString("FileNotFound", resourceCulture); } } /// /// 查找类似 No file path has been provided for the connection option {0}. 的本地化字符串。 /// public static string FilePathNotSet { get { return ResourceManager.GetString("FilePathNotSet", resourceCulture); } } /// /// 查找类似 From index and length use more bytes than from contains 的本地化字符串。 /// public static string FromAndLengthTooBig { get { return ResourceManager.GetString("FromAndLengthTooBig", resourceCulture); } } /// /// 查找类似 From index must be a valid index inside the from buffer 的本地化字符串。 /// public static string FromIndexMustBeValid { get { return ResourceManager.GetString("FromIndexMustBeValid", resourceCulture); } } /// /// 查找类似 Call to GetHostEntry failed after {0} while querying for hostname '{1}': SocketErrorCode={2}, ErrorCode={3}, NativeErrorCode={4}. 的本地化字符串。 /// public static string GetHostEntryFailed { get { return ResourceManager.GetString("GetHostEntryFailed", resourceCulture); } } /// /// 查找类似 Retrieving procedure metadata for {0} from server. 的本地化字符串。 /// public static string HardProcQuery { get { return ResourceManager.GetString("HardProcQuery", resourceCulture); } } /// /// 查找类似 Value has an unsupported format. 的本地化字符串。 /// public static string ImproperValueFormat { get { return ResourceManager.GetString("ImproperValueFormat", resourceCulture); } } /// /// 查找类似 An incorrect response was received from the server. 的本地化字符串。 /// public static string IncorrectTransmission { get { return ResourceManager.GetString("IncorrectTransmission", resourceCulture); } } /// /// 查找类似 Index and length use more bytes than to has room for 的本地化字符串。 /// public static string IndexAndLengthTooBig { get { return ResourceManager.GetString("IndexAndLengthTooBig", resourceCulture); } } /// /// 查找类似 Index must be a valid position in the buffer 的本地化字符串。 /// public static string IndexMustBeValid { get { return ResourceManager.GetString("IndexMustBeValid", resourceCulture); } } /// /// 查找类似 The provided key is invalid. 的本地化字符串。 /// public static string InvalidCertificateKey { get { return ResourceManager.GetString("InvalidCertificateKey", resourceCulture); } } /// /// 查找类似 Certificate with Thumbprint '{0}' not found. 的本地化字符串。 /// public static string InvalidCertificateThumbprint { get { return ResourceManager.GetString("InvalidCertificateThumbprint", resourceCulture); } } /// /// 查找类似 You have specified an invalid column ordinal. 的本地化字符串。 /// public static string InvalidColumnOrdinal { get { return ResourceManager.GetString("InvalidColumnOrdinal", resourceCulture); } } /// /// 查找类似 The requested value '{0}' is invalid for the given keyword '{1}'. 的本地化字符串。 /// public static string InvalidConnectionStringValue { get { return ResourceManager.GetString("InvalidConnectionStringValue", resourceCulture); } } /// /// 查找类似 The host name or IP address is invalid. 的本地化字符串。 /// public static string InvalidHostNameOrAddress { get { return ResourceManager.GetString("InvalidHostNameOrAddress", resourceCulture); } } /// /// 查找类似 Microsecond must be a value between 0 and 999999. 的本地化字符串。 /// public static string InvalidMicrosecondValue { get { return ResourceManager.GetString("InvalidMicrosecondValue", resourceCulture); } } /// /// 查找类似 Millisecond must be a value between 0 and 999. For more precision use Microsecond. 的本地化字符串。 /// public static string InvalidMillisecondValue { get { return ResourceManager.GetString("InvalidMillisecondValue", resourceCulture); } } /// /// 查找类似 No other SSL options are accepted when SSL Mode is set to None. 的本地化字符串。 /// public static string InvalidOptionWhenSslDisabled { get { return ResourceManager.GetString("InvalidOptionWhenSslDisabled", resourceCulture); } } /// /// 查找类似 Either provide a valid path for 'allowloadlocalinfileinpath' or enable 'allowloadlocalinfile'. 的本地化字符串。 /// public static string InvalidPathForLoadLocalInfile { get { return ResourceManager.GetString("InvalidPathForLoadLocalInfile", resourceCulture); } } /// /// 查找类似 Procedure or function '{0}' cannot be found in database '{1}'. 的本地化字符串。 /// public static string InvalidProcName { get { return ResourceManager.GetString("InvalidProcName", resourceCulture); } } /// /// 查找类似 The certificate is invalid. 的本地化字符串。 /// public static string InvalidSslCertificate { get { return ResourceManager.GetString("InvalidSslCertificate", resourceCulture); } } /// /// 查找类似 Unable to validate the signature. 的本地化字符串。 /// public static string InvalidSslCertificateSignature { get { return ResourceManager.GetString("InvalidSslCertificateSignature", resourceCulture); } } /// /// 查找类似 Unable to verify the signature. 的本地化字符串。 /// public static string InvalidSslCertificateSignatureGeneral { get { return ResourceManager.GetString("InvalidSslCertificateSignatureGeneral", resourceCulture); } } /// /// 查找类似 Value '{0}' is not of the correct type. 的本地化字符串。 /// public static string InvalidSslMode { get { return ResourceManager.GetString("InvalidSslMode", resourceCulture); } } /// /// 查找类似 Option "tls-version" can not be specified when SSL connections are disabled. 的本地化字符串。 /// public static string InvalidTlsVersionAndSslModeOption { get { return ResourceManager.GetString("InvalidTlsVersionAndSslModeOption", resourceCulture); } } /// /// 查找类似 '{0}' not recognized as a valid TLS protocol version (should be one of TLSv1, TLSv1.1, TLSv1.2{1}). 的本地化字符串。 /// public static string InvalidTlsVersionOption { get { return ResourceManager.GetString("InvalidTlsVersionOption", resourceCulture); } } /// /// 查找类似 '{0}' is an illegal value for a boolean option. 的本地化字符串。 /// public static string InvalidValueForBoolean { get { return ResourceManager.GetString("InvalidValueForBoolean", resourceCulture); } } /// /// 查找类似 Keyword does not allow null values. 的本地化字符串。 /// public static string KeywordNoNull { get { return ResourceManager.GetString("KeywordNoNull", resourceCulture); } } /// /// 查找类似 Option not supported. 的本地化字符串。 /// public static string KeywordNotSupported { get { return ResourceManager.GetString("KeywordNotSupported", resourceCulture); } } /// /// 查找类似 Server asked for stream in response to LOAD DATA LOCAL INFILE, but the functionality is disabled by the client setting 'allowlocalinfile' to 'false'. 的本地化字符串。 /// public static string LocalInfileDisabled { get { return ResourceManager.GetString("LocalInfileDisabled", resourceCulture); } } /// /// 查找类似 Mixing named and unnamed parameters is not allowed. 的本地化字符串。 /// public static string MixedParameterNamingNotAllowed { get { return ResourceManager.GetString("MixedParameterNamingNotAllowed", resourceCulture); } } /// /// 查找类似 INTERNAL ERROR: More than one output parameter row detected. 的本地化字符串。 /// public static string MoreThanOneOPRow { get { return ResourceManager.GetString("MoreThanOneOPRow", resourceCulture); } } /// /// 查找类似 Multiple simultaneous connections or connections with different connection strings inside the same transaction are not currently supported. 的本地化字符串。 /// public static string MultipleConnectionsInTransactionNotSupported { get { return ResourceManager.GetString("MultipleConnectionsInTransactionNotSupported", resourceCulture); } } /// /// 查找类似 NamedPipeStream does not support seeking 的本地化字符串。 /// public static string NamedPipeNoSeek { get { return ResourceManager.GetString("NamedPipeNoSeek", resourceCulture); } } /// /// 查找类似 NamedPipeStream doesn't support SetLength 的本地化字符串。 /// public static string NamedPipeNoSetLength { get { return ResourceManager.GetString("NamedPipeNoSetLength", resourceCulture); } } /// /// 查找类似 The new value must be a MySqlParameter object. 的本地化字符串。 /// public static string NewValueShouldBeMySqlParameter { get { return ResourceManager.GetString("NewValueShouldBeMySqlParameter", resourceCulture); } } /// /// 查找类似 Invalid attempt to call NextResult when the reader is closed. 的本地化字符串。 /// public static string NextResultIsClosed { get { return ResourceManager.GetString("NextResultIsClosed", resourceCulture); } } /// /// 查找类似 When calling stored procedures and 'Use Procedure Bodies' is false, all parameters must have their type explicitly set. 的本地化字符串。 /// public static string NoBodiesAndTypeNotSet { get { return ResourceManager.GetString("NoBodiesAndTypeNotSet", resourceCulture); } } /// /// 查找类似 Nested transactions are not supported. 的本地化字符串。 /// public static string NoNestedTransactions { get { return ResourceManager.GetString("NoNestedTransactions", resourceCulture); } } /// /// 查找类似 The host {0} does not support SSL connections. 的本地化字符串。 /// public static string NoServerSSLSupport { get { return ResourceManager.GetString("NoServerSSLSupport", resourceCulture); } } /// /// 查找类似 Unix sockets are not supported on Windows. 的本地化字符串。 /// public static string NoUnixSocketsOnWindows { get { return ResourceManager.GetString("NoUnixSocketsOnWindows", resourceCulture); } } /// /// 查找类似 Cannot retrieve Windows identity for current user. Connections that use IntegratedSecurity cannot be pooled. Use either 'ConnectionReset=true' or 'Pooling=false' in the connection string to fix. 的本地化字符串。 /// public static string NoWindowsIdentity { get { return ResourceManager.GetString("NoWindowsIdentity", resourceCulture); } } /// /// 查找类似 The object is not open or has been disposed. 的本地化字符串。 /// public static string ObjectDisposed { get { return ResourceManager.GetString("ObjectDisposed", resourceCulture); } } /// /// 查找类似 The offset cannot be negative 的本地化字符串。 /// public static string OffsetCannotBeNegative { get { return ResourceManager.GetString("OffsetCannotBeNegative", resourceCulture); } } /// /// 查找类似 Offset must be a valid position in buffer 的本地化字符串。 /// public static string OffsetMustBeValid { get { return ResourceManager.GetString("OffsetMustBeValid", resourceCulture); } } /// /// 查找类似 Authentication with old password no longer supported, use 4.1 style passwords. 的本地化字符串。 /// public static string OldPasswordsNotSupported { get { return ResourceManager.GetString("OldPasswordsNotSupported", resourceCulture); } } /// /// 查找类似 The option '{0}' is not currently supported. 的本地化字符串。 /// public static string OptionNotCurrentlySupported { get { return ResourceManager.GetString("OptionNotCurrentlySupported", resourceCulture); } } /// /// 查找类似 Parameter '{0}' has already been defined. 的本地化字符串。 /// public static string ParameterAlreadyDefined { get { return ResourceManager.GetString("ParameterAlreadyDefined", resourceCulture); } } /// /// 查找类似 Parameter cannot have a negative value 的本地化字符串。 /// public static string ParameterCannotBeNegative { get { return ResourceManager.GetString("ParameterCannotBeNegative", resourceCulture); } } /// /// 查找类似 Parameter cannot be null 的本地化字符串。 /// public static string ParameterCannotBeNull { get { return ResourceManager.GetString("ParameterCannotBeNull", resourceCulture); } } /// /// 查找类似 Parameter '{0}' can't be null or empty. 的本地化字符串。 /// public static string ParameterCannotBeNullOrEmpty { get { return ResourceManager.GetString("ParameterCannotBeNullOrEmpty", resourceCulture); } } /// /// 查找类似 Parameter index was not found in Parameter Collection. 的本地化字符串。 /// public static string ParameterIndexNotFound { get { return ResourceManager.GetString("ParameterIndexNotFound", resourceCulture); } } /// /// 查找类似 Parameter is invalid. 的本地化字符串。 /// public static string ParameterIsInvalid { get { return ResourceManager.GetString("ParameterIsInvalid", resourceCulture); } } /// /// 查找类似 Parameter '{0}' must be defined. 的本地化字符串。 /// public static string ParameterMustBeDefined { get { return ResourceManager.GetString("ParameterMustBeDefined", resourceCulture); } } /// /// 查找类似 Parameter '{0}' was not found during prepare. 的本地化字符串。 /// public static string ParameterNotFoundDuringPrepare { get { return ResourceManager.GetString("ParameterNotFoundDuringPrepare", resourceCulture); } } /// /// 查找类似 Parameter can't be null or empty. 的本地化字符串。 /// public static string ParameterNullOrEmpty { get { return ResourceManager.GetString("ParameterNullOrEmpty", resourceCulture); } } /// /// 查找类似 Password must be valid and contain length characters 的本地化字符串。 /// public static string PasswordMustHaveLegalChars { get { return ResourceManager.GetString("PasswordMustHaveLegalChars", resourceCulture); } } /// /// 查找类似 This category includes a series of counters for MySQL 的本地化字符串。 /// public static string PerfMonCategoryHelp { get { return ResourceManager.GetString("PerfMonCategoryHelp", resourceCulture); } } /// /// 查找类似 .NET Data Provider for MySQL 的本地化字符串。 /// public static string PerfMonCategoryName { get { return ResourceManager.GetString("PerfMonCategoryName", resourceCulture); } } /// /// 查找类似 The number of times a procedures metadata had to be queried from the server. 的本地化字符串。 /// public static string PerfMonHardProcHelp { get { return ResourceManager.GetString("PerfMonHardProcHelp", resourceCulture); } } /// /// 查找类似 Hard Procedure Queries 的本地化字符串。 /// public static string PerfMonHardProcName { get { return ResourceManager.GetString("PerfMonHardProcName", resourceCulture); } } /// /// 查找类似 The number of times a procedures metadata was retrieved from the client-side cache. 的本地化字符串。 /// public static string PerfMonSoftProcHelp { get { return ResourceManager.GetString("PerfMonSoftProcHelp", resourceCulture); } } /// /// 查找类似 Soft Procedure Queries 的本地化字符串。 /// public static string PerfMonSoftProcName { get { return ResourceManager.GetString("PerfMonSoftProcName", resourceCulture); } } /// /// 查找类似 same name are not supported. 的本地化字符串。 /// public static string ProcAndFuncSameName { get { return ResourceManager.GetString("ProcAndFuncSameName", resourceCulture); } } /// /// 查找类似 MySQL Server {0} dos not support query attributes. 的本地化字符串。 /// public static string QueryAttributesNotSupported { get { return ResourceManager.GetString("QueryAttributesNotSupported", resourceCulture); } } /// /// 查找类似 MySQL Connector/NET does not support query attributes with prepared statements for this version of MySQL Server. 的本地化字符串。 /// public static string QueryAttributesNotSupportedByCnet { get { return ResourceManager.GetString("QueryAttributesNotSupportedByCnet", resourceCulture); } } /// /// 查找类似 Packets larger than max_allowed_packet are not allowed. 的本地化字符串。 /// public static string QueryTooLarge { get { return ResourceManager.GetString("QueryTooLarge", resourceCulture); } } /// /// 查找类似 Reading from the stream has failed. 的本地化字符串。 /// public static string ReadFromStreamFailed { get { return ResourceManager.GetString("ReadFromStreamFailed", resourceCulture); } } /// /// 查找类似 Invalid attempt to read a prior column using SequentialAccess 的本地化字符串。 /// public static string ReadingPriorColumnUsingSeqAccess { get { return ResourceManager.GetString("ReadingPriorColumnUsingSeqAccess", resourceCulture); } } /// /// 查找类似 Replicated connections allow only readonly statements. 的本地化字符串。 /// public static string ReplicatedConnectionsAllowOnlyReadonlyStatements { get { return ResourceManager.GetString("ReplicatedConnectionsAllowOnlyReadonlyStatements", resourceCulture); } } /// /// 查找类似 Attempt to connect to '{0}' server failed. 的本地化字符串。 /// public static string Replication_ConnectionAttemptFailed { get { return ResourceManager.GetString("Replication_ConnectionAttemptFailed", resourceCulture); } } /// /// 查找类似 No available server found. 的本地化字符串。 /// public static string Replication_NoAvailableServer { get { return ResourceManager.GetString("Replication_NoAvailableServer", resourceCulture); } } /// /// 查找类似 Replication group '{0}' not found. 的本地化字符串。 /// public static string ReplicationGroupNotFound { get { return ResourceManager.GetString("ReplicationGroupNotFound", resourceCulture); } } /// /// 查找类似 Replicated server not found: '{0}' 的本地化字符串。 /// public static string ReplicationServerNotFound { get { return ResourceManager.GetString("ReplicationServerNotFound", resourceCulture); } } /// /// 查找类似 Routine '{0}' cannot be found. Either check the spelling or make sure you have sufficient rights to execute the routine. 的本地化字符串。 /// public static string RoutineNotFound { get { return ResourceManager.GetString("RoutineNotFound", resourceCulture); } } /// /// 查找类似 Attempt to call stored function '{0}' without specifying a return parameter 的本地化字符串。 /// public static string RoutineRequiresReturnParameter { get { return ResourceManager.GetString("RoutineRequiresReturnParameter", resourceCulture); } } /// /// 查找类似 Retrieval of the RSA public key is not enabled for insecure connections. 的本地化字符串。 /// public static string RSAPublicKeyRetrievalNotEnabled { get { return ResourceManager.GetString("RSAPublicKeyRetrievalNotEnabled", resourceCulture); } } /// /// 查找类似 Connector/NET no longer supports server versions prior to 5.0 的本地化字符串。 /// public static string ServerTooOld { get { return ResourceManager.GetString("ServerTooOld", resourceCulture); } } /// /// 查找类似 Snapshot isolation level is not supported. 的本地化字符串。 /// public static string SnapshotNotSupported { get { return ResourceManager.GetString("SnapshotNotSupported", resourceCulture); } } /// /// 查找类似 Socket streams do not support seeking 的本地化字符串。 /// public static string SocketNoSeek { get { return ResourceManager.GetString("SocketNoSeek", resourceCulture); } } /// /// 查找类似 Retrieving procedure metadata for {0} from procedure cache. 的本地化字符串。 /// public static string SoftProcQuery { get { return ResourceManager.GetString("SoftProcQuery", resourceCulture); } } /// /// 查找类似 Stored procedures are not supported on this version of MySQL 的本地化字符串。 /// public static string SPNotSupported { get { return ResourceManager.GetString("SPNotSupported", resourceCulture); } } /// /// 查找类似 The certificate authority (CA) does not match. 的本地化字符串。 /// public static string SslCertificateCAMismatch { get { return ResourceManager.GetString("SslCertificateCAMismatch", resourceCulture); } } /// /// 查找类似 The host name does not match the name on the certificate. 的本地化字符串。 /// public static string SslCertificateHostNameMismatch { get { return ResourceManager.GetString("SslCertificateHostNameMismatch", resourceCulture); } } /// /// 查找类似 The certificate is not a certificate authority (CA). 的本地化字符串。 /// public static string SslCertificateIsNotCA { get { return ResourceManager.GetString("SslCertificateIsNotCA", resourceCulture); } } /// /// 查找类似 SSL Connection error. 的本地化字符串。 /// public static string SslConnectionError { get { return ResourceManager.GetString("SslConnectionError", resourceCulture); } } /// /// 查找类似 Connection protocol '{0}' does not support SSL connections. 的本地化字符串。 /// public static string SslNotAllowedForConnectionProtocol { get { return ResourceManager.GetString("SslNotAllowedForConnectionProtocol", resourceCulture); } } /// /// 查找类似 The stream has already been closed 的本地化字符串。 /// public static string StreamAlreadyClosed { get { return ResourceManager.GetString("StreamAlreadyClosed", resourceCulture); } } /// /// 查找类似 The stream does not support reading 的本地化字符串。 /// public static string StreamNoRead { get { return ResourceManager.GetString("StreamNoRead", resourceCulture); } } /// /// 查找类似 The stream does not support writing 的本地化字符串。 /// public static string StreamNoWrite { get { return ResourceManager.GetString("StreamNoWrite", resourceCulture); } } /// /// 查找类似 String can't be empty. 的本地化字符串。 /// public static string StringEmpty { get { return ResourceManager.GetString("StringEmpty", resourceCulture); } } /// /// 查找类似 Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. 的本地化字符串。 /// public static string Timeout { get { return ResourceManager.GetString("Timeout", resourceCulture); } } /// /// 查找类似 error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. 的本地化字符串。 /// public static string TimeoutGettingConnection { get { return ResourceManager.GetString("TimeoutGettingConnection", resourceCulture); } } /// /// 查找类似 All server connection attempts were aborted. Timeout of {0} seconds was exceeded for each selected server. 的本地化字符串。 /// public static string TimeOutMultipleHost { get { return ResourceManager.GetString("TimeOutMultipleHost", resourceCulture); } } /// /// 查找类似 This connection is using {0}, which is now deprecated and will be removed in a future release of Connector/NET. 的本地化字符串。 /// public static string TlsDeprecationWarning { get { return ResourceManager.GetString("TlsDeprecationWarning", resourceCulture); } } /// /// 查找类似 TLSv1.3 is supported in .NET Framework 4.8 or .NET Core 3.0. 的本地化字符串。 /// public static string Tlsv13NotSupported { get { return ResourceManager.GetString("Tlsv13NotSupported", resourceCulture); } } /// /// 查找类似 No supported TLS protocol version found in the 'tls-versions' list. 的本地化字符串。 /// public static string TlsVersionNotSupported { get { return ResourceManager.GetString("TlsVersionNotSupported", resourceCulture); } } /// /// 查找类似 {0}: Connection Closed 的本地化字符串。 /// public static string TraceCloseConnection { get { return ResourceManager.GetString("TraceCloseConnection", resourceCulture); } } /// /// 查找类似 Unable to trace. There are more than Int32.MaxValue connections in use. 的本地化字符串。 /// public static string TraceErrorMoreThanMaxValueConnections { get { return ResourceManager.GetString("TraceErrorMoreThanMaxValueConnections", resourceCulture); } } /// /// 查找类似 {0}: Error encountered during row fetch. Number = {1}, Message={2} 的本地化字符串。 /// public static string TraceFetchError { get { return ResourceManager.GetString("TraceFetchError", resourceCulture); } } /// /// 查找类似 {0}: Connection Opened: connection string = '{1}' 的本地化字符串。 /// public static string TraceOpenConnection { get { return ResourceManager.GetString("TraceOpenConnection", resourceCulture); } } /// /// 查找类似 {0}: Error encountered attempting to open result: Number={1}, Message={2} 的本地化字符串。 /// public static string TraceOpenResultError { get { return ResourceManager.GetString("TraceOpenResultError", resourceCulture); } } /// /// 查找类似 {0}: Query Closed 的本地化字符串。 /// public static string TraceQueryDone { get { return ResourceManager.GetString("TraceQueryDone", resourceCulture); } } /// /// 查找类似 {0}: Query Normalized: {2} 的本地化字符串。 /// public static string TraceQueryNormalized { get { return ResourceManager.GetString("TraceQueryNormalized", resourceCulture); } } /// /// 查找类似 {0}: Query Opened: {2} 的本地化字符串。 /// public static string TraceQueryOpened { get { return ResourceManager.GetString("TraceQueryOpened", resourceCulture); } } /// /// 查找类似 {0}: Resultset Opened: field(s) = {1}, affected rows = {2}, inserted id = {3} 的本地化字符串。 /// public static string TraceResult { get { return ResourceManager.GetString("TraceResult", resourceCulture); } } /// /// 查找类似 {0}: Resultset Closed. Total rows={1}, skipped rows={2}, size (bytes)={3} 的本地化字符串。 /// public static string TraceResultClosed { get { return ResourceManager.GetString("TraceResultClosed", resourceCulture); } } /// /// 查找类似 {0}: Set Database: {1} 的本地化字符串。 /// public static string TraceSetDatabase { get { return ResourceManager.GetString("TraceSetDatabase", resourceCulture); } } /// /// 查找类似 {0}: Statement closed: statement id = {1} 的本地化字符串。 /// public static string TraceStatementClosed { get { return ResourceManager.GetString("TraceStatementClosed", resourceCulture); } } /// /// 查找类似 {0}: Statement executed: statement id = {1} 的本地化字符串。 /// public static string TraceStatementExecuted { get { return ResourceManager.GetString("TraceStatementExecuted", resourceCulture); } } /// /// 查找类似 {0}: Statement prepared: sql='{1}', statement id={2} 的本地化字符串。 /// public static string TraceStatementPrepared { get { return ResourceManager.GetString("TraceStatementPrepared", resourceCulture); } } /// /// 查找类似 {0}: Usage Advisor Warning: Query is using a bad index 的本地化字符串。 /// public static string TraceUAWarningBadIndex { get { return ResourceManager.GetString("TraceUAWarningBadIndex", resourceCulture); } } /// /// 查找类似 {0}: Usage Advisor Warning: The field '{2}' was converted to the following types: {3} 的本地化字符串。 /// public static string TraceUAWarningFieldConversion { get { return ResourceManager.GetString("TraceUAWarningFieldConversion", resourceCulture); } } /// /// 查找类似 {0}: Usage Advisor Warning: Query does not use an index 的本地化字符串。 /// public static string TraceUAWarningNoIndex { get { return ResourceManager.GetString("TraceUAWarningNoIndex", resourceCulture); } } /// /// 查找类似 {0}: Usage Advisor Warning: The following columns were not accessed: {2} 的本地化字符串。 /// public static string TraceUAWarningSkippedColumns { get { return ResourceManager.GetString("TraceUAWarningSkippedColumns", resourceCulture); } } /// /// 查找类似 {0}: Usage Advisor Warning: Skipped {2} rows. Consider a more focused query. 的本地化字符串。 /// public static string TraceUAWarningSkippedRows { get { return ResourceManager.GetString("TraceUAWarningSkippedRows", resourceCulture); } } /// /// 查找类似 {0}: MySql Warning: Level={1}, Code={2}, Message={3} 的本地化字符串。 /// public static string TraceWarning { get { return ResourceManager.GetString("TraceWarning", resourceCulture); } } /// /// 查找类似 Type '{0}' is not derived from BaseCommandInterceptor 的本地化字符串。 /// public static string TypeIsNotCommandInterceptor { get { return ResourceManager.GetString("TypeIsNotCommandInterceptor", resourceCulture); } } /// /// 查找类似 Type '{0}' is not derived from BaseExceptionInterceptor 的本地化字符串。 /// public static string TypeIsNotExceptionInterceptor { get { return ResourceManager.GetString("TypeIsNotExceptionInterceptor", resourceCulture); } } /// /// 查找类似 Unable to connect to any of the specified MySQL hosts. 的本地化字符串。 /// public static string UnableToConnectToHost { get { return ResourceManager.GetString("UnableToConnectToHost", resourceCulture); } } /// /// 查找类似 Unable to create plugin for authentication method '{0}'. Please see inner exception for details. 的本地化字符串。 /// public static string UnableToCreateAuthPlugin { get { return ResourceManager.GetString("UnableToCreateAuthPlugin", resourceCulture); } } /// /// 查找类似 Unable to derive stored routine parameters. The 'Parameters' information schema table is not available and access to the stored procedure body has been disabled. 的本地化字符串。 /// public static string UnableToDeriveParameters { get { return ResourceManager.GetString("UnableToDeriveParameters", resourceCulture); } } /// /// 查找类似 Unable to enable query analysis. Be sure the MySql.Data.EMTrace assembly is properly located and registered. 的本地化字符串。 /// public static string UnableToEnableQueryAnalysis { get { return ResourceManager.GetString("UnableToEnableQueryAnalysis", resourceCulture); } } /// /// 查找类似 An error occured attempting to enumerate the user-defined functions. Do you have SELECT privileges on the mysql.func table? 的本地化字符串。 /// public static string UnableToEnumerateUDF { get { return ResourceManager.GetString("UnableToEnumerateUDF", resourceCulture); } } /// /// 查找类似 Unable to execute stored procedure '{0}'. 的本地化字符串。 /// public static string UnableToExecuteSP { get { return ResourceManager.GetString("UnableToExecuteSP", resourceCulture); } } /// /// 查找类似 There was an error parsing the foreign key definition. 的本地化字符串。 /// public static string UnableToParseFK { get { return ResourceManager.GetString("UnableToParseFK", resourceCulture); } } /// /// 查找类似 Error encountered reading the RSA public key. 的本地化字符串。 /// public static string UnableToReadRSAKey { get { return ResourceManager.GetString("UnableToReadRSAKey", resourceCulture); } } /// /// 查找类似 Unable to retrieve stored procedure metadata for routine '{0}'. Either grant SELECT privilege to mysql.proc for this user or use "check parameters=false" with your connection string. 的本地化字符串。 /// public static string UnableToRetrieveParameters { get { return ResourceManager.GetString("UnableToRetrieveParameters", resourceCulture); } } /// /// 查找类似 Unable to start a second async operation while one is running. 的本地化字符串。 /// public static string UnableToStartSecondAsyncOp { get { return ResourceManager.GetString("UnableToStartSecondAsyncOp", resourceCulture); } } /// /// 查找类似 Unix sockets are not supported on Windows 的本地化字符串。 /// public static string UnixSocketsNotSupported { get { return ResourceManager.GetString("UnixSocketsNotSupported", resourceCulture); } } /// /// 查找类似 Unknown authentication method '{0}' was requested. 的本地化字符串。 /// public static string UnknownAuthenticationMethod { get { return ResourceManager.GetString("UnknownAuthenticationMethod", resourceCulture); } } /// /// 查找类似 Unknown connection protocol 的本地化字符串。 /// public static string UnknownConnectionProtocol { get { return ResourceManager.GetString("UnknownConnectionProtocol", resourceCulture); } } /// /// 查找类似 Trying to upload a file from outside the path set on 'allowloadlocalinfileinpath' is invalid. 的本地化字符串。 /// public static string UnsafePathForLoadLocalInfile { get { return ResourceManager.GetString("UnsafePathForLoadLocalInfile", resourceCulture); } } /// /// 查找类似 Value '{0}' is not of the correct type. 的本地化字符串。 /// public static string ValueNotCorrectType { get { return ResourceManager.GetString("ValueNotCorrectType", resourceCulture); } } /// /// 查找类似 The requested column value could not be treated as or conveted to a Guid. 的本地化字符串。 /// public static string ValueNotSupportedForGuid { get { return ResourceManager.GetString("ValueNotSupportedForGuid", resourceCulture); } } /// /// 查找类似 Windows authentication connections are not supported on {0} 的本地化字符串。 /// public static string WinAuthNotSupportOnPlatform { get { return ResourceManager.GetString("WinAuthNotSupportOnPlatform", resourceCulture); } } /// /// 查找类似 Writing to the stream failed. 的本地化字符串。 /// public static string WriteToStreamFailed { get { return ResourceManager.GetString("WriteToStreamFailed", resourceCulture); } } /// /// 查找类似 Parameter '{0}' is not found but a parameter with the name '{1}' is found. Parameter names must include the leading parameter marker. 的本地化字符串。 /// public static string WrongParameterName { get { return ResourceManager.GetString("WrongParameterName", resourceCulture); } } } }