mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-01 01:25:43 -05:00
Add securable search and permission setting to User Management (#2052)
This commit is contained in:
@@ -9877,6 +9877,582 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_functionTable_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_functionTable_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_externalDataSource_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_externalDataSource_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_serverRole_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_serverRole_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_xmlSchemaCollection_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_xmlSchemaCollection_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_storedProcedure_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_storedProcedure_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_endpoint_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_endpoint_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_sequence_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_sequence_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_userDefinedDataType_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_userDefinedDataType_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_fullTextCatalog_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_fullTextCatalog_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_credential_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_credential_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_databaseRole_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_databaseRole_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_endpoint_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_endpoint_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_view_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_view_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_assembly_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_assembly_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_functionScalar_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_functionScalar_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_server_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_server_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_table_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_table_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_serviceQueue_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_serviceQueue_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_login_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_login_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_storedProcedure_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_storedProcedure_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_default_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_default_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_symmetricKey_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_symmetricKey_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_userDefinedTableType_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_userDefinedTableType_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_functionInline_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_functionInline_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_serverRole_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_serverRole_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_agentjob_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_agentjob_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_databaseRole_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_databaseRole_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_synonym_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_synonym_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_AvailabilityGroup_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_AvailabilityGroup_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_externalFileFormat_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_externalFileFormat_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_database_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_database_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_symmetricKey_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_symmetricKey_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_securityPolicy_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_securityPolicy_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_externalFileFormat_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_externalFileFormat_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_applicationRole_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_applicationRole_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_assembly_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_assembly_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_sequence_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_sequence_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_userDefinedDataType_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_userDefinedDataType_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_server_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_server_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_aggregateFunction_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_aggregateFunction_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_fullTextCatalog_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_fullTextCatalog_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_certificate_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_certificate_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_AvailabilityGroup_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_AvailabilityGroup_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_database_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_database_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_view_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_view_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_schema_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_schema_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_rule_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_rule_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_certificate_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_certificate_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_user_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_user_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_agentjob_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_agentjob_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_synonym_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_synonym_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_aggregateFunction_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_aggregateFunction_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_functionTable_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_functionTable_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_rule_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_rule_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_serviceQueue_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_serviceQueue_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_asymmetricKey_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_asymmetricKey_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_applicationRole_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_applicationRole_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_extendedStoredProcedure_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_extendedStoredProcedure_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_login_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_login_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_functionInline_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_functionInline_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_user_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_user_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_externalDataSource_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_externalDataSource_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_functionScalar_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_functionScalar_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_table_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_table_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_credential_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_credential_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_schema_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_schema_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_userDefinedTableType_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_userDefinedTableType_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_securityPolicy_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_securityPolicy_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_xmlSchemaCollection_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_xmlSchemaCollection_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_extendedStoredProcedure_plural
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_extendedStoredProcedure_plural);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_asymmetricKey_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_asymmetricKey_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string objectType_default_singular
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.objectType_default_singular);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Permission_Alter
|
||||
{
|
||||
get
|
||||
@@ -15159,6 +15735,222 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string ResetPasswordWhileUnlocking = "ResetPasswordWhileUnlocking";
|
||||
|
||||
|
||||
public const string objectType_functionTable_plural = "objectType_functionTable_plural";
|
||||
|
||||
|
||||
public const string objectType_externalDataSource_singular = "objectType_externalDataSource_singular";
|
||||
|
||||
|
||||
public const string objectType_serverRole_singular = "objectType_serverRole_singular";
|
||||
|
||||
|
||||
public const string objectType_xmlSchemaCollection_singular = "objectType_xmlSchemaCollection_singular";
|
||||
|
||||
|
||||
public const string objectType_storedProcedure_plural = "objectType_storedProcedure_plural";
|
||||
|
||||
|
||||
public const string objectType_endpoint_plural = "objectType_endpoint_plural";
|
||||
|
||||
|
||||
public const string objectType_sequence_singular = "objectType_sequence_singular";
|
||||
|
||||
|
||||
public const string objectType_userDefinedDataType_singular = "objectType_userDefinedDataType_singular";
|
||||
|
||||
|
||||
public const string objectType_fullTextCatalog_plural = "objectType_fullTextCatalog_plural";
|
||||
|
||||
|
||||
public const string objectType_credential_singular = "objectType_credential_singular";
|
||||
|
||||
|
||||
public const string objectType_databaseRole_plural = "objectType_databaseRole_plural";
|
||||
|
||||
|
||||
public const string objectType_endpoint_singular = "objectType_endpoint_singular";
|
||||
|
||||
|
||||
public const string objectType_view_plural = "objectType_view_plural";
|
||||
|
||||
|
||||
public const string objectType_assembly_singular = "objectType_assembly_singular";
|
||||
|
||||
|
||||
public const string objectType_functionScalar_singular = "objectType_functionScalar_singular";
|
||||
|
||||
|
||||
public const string objectType_server_plural = "objectType_server_plural";
|
||||
|
||||
|
||||
public const string objectType_table_singular = "objectType_table_singular";
|
||||
|
||||
|
||||
public const string objectType_serviceQueue_singular = "objectType_serviceQueue_singular";
|
||||
|
||||
|
||||
public const string objectType_login_plural = "objectType_login_plural";
|
||||
|
||||
|
||||
public const string objectType_storedProcedure_singular = "objectType_storedProcedure_singular";
|
||||
|
||||
|
||||
public const string objectType_default_plural = "objectType_default_plural";
|
||||
|
||||
|
||||
public const string objectType_symmetricKey_singular = "objectType_symmetricKey_singular";
|
||||
|
||||
|
||||
public const string objectType_userDefinedTableType_singular = "objectType_userDefinedTableType_singular";
|
||||
|
||||
|
||||
public const string objectType_functionInline_singular = "objectType_functionInline_singular";
|
||||
|
||||
|
||||
public const string objectType_serverRole_plural = "objectType_serverRole_plural";
|
||||
|
||||
|
||||
public const string objectType_agentjob_singular = "objectType_agentjob_singular";
|
||||
|
||||
|
||||
public const string objectType_databaseRole_singular = "objectType_databaseRole_singular";
|
||||
|
||||
|
||||
public const string objectType_synonym_singular = "objectType_synonym_singular";
|
||||
|
||||
|
||||
public const string objectType_AvailabilityGroup_singular = "objectType_AvailabilityGroup_singular";
|
||||
|
||||
|
||||
public const string objectType_externalFileFormat_plural = "objectType_externalFileFormat_plural";
|
||||
|
||||
|
||||
public const string objectType_database_singular = "objectType_database_singular";
|
||||
|
||||
|
||||
public const string objectType_symmetricKey_plural = "objectType_symmetricKey_plural";
|
||||
|
||||
|
||||
public const string objectType_securityPolicy_singular = "objectType_securityPolicy_singular";
|
||||
|
||||
|
||||
public const string objectType_externalFileFormat_singular = "objectType_externalFileFormat_singular";
|
||||
|
||||
|
||||
public const string objectType_applicationRole_singular = "objectType_applicationRole_singular";
|
||||
|
||||
|
||||
public const string objectType_assembly_plural = "objectType_assembly_plural";
|
||||
|
||||
|
||||
public const string objectType_sequence_plural = "objectType_sequence_plural";
|
||||
|
||||
|
||||
public const string objectType_userDefinedDataType_plural = "objectType_userDefinedDataType_plural";
|
||||
|
||||
|
||||
public const string objectType_server_singular = "objectType_server_singular";
|
||||
|
||||
|
||||
public const string objectType_aggregateFunction_singular = "objectType_aggregateFunction_singular";
|
||||
|
||||
|
||||
public const string objectType_fullTextCatalog_singular = "objectType_fullTextCatalog_singular";
|
||||
|
||||
|
||||
public const string objectType_certificate_plural = "objectType_certificate_plural";
|
||||
|
||||
|
||||
public const string objectType_AvailabilityGroup_plural = "objectType_AvailabilityGroup_plural";
|
||||
|
||||
|
||||
public const string objectType_database_plural = "objectType_database_plural";
|
||||
|
||||
|
||||
public const string objectType_view_singular = "objectType_view_singular";
|
||||
|
||||
|
||||
public const string objectType_schema_plural = "objectType_schema_plural";
|
||||
|
||||
|
||||
public const string objectType_rule_plural = "objectType_rule_plural";
|
||||
|
||||
|
||||
public const string objectType_certificate_singular = "objectType_certificate_singular";
|
||||
|
||||
|
||||
public const string objectType_user_singular = "objectType_user_singular";
|
||||
|
||||
|
||||
public const string objectType_agentjob_plural = "objectType_agentjob_plural";
|
||||
|
||||
|
||||
public const string objectType_synonym_plural = "objectType_synonym_plural";
|
||||
|
||||
|
||||
public const string objectType_aggregateFunction_plural = "objectType_aggregateFunction_plural";
|
||||
|
||||
|
||||
public const string objectType_functionTable_singular = "objectType_functionTable_singular";
|
||||
|
||||
|
||||
public const string objectType_rule_singular = "objectType_rule_singular";
|
||||
|
||||
|
||||
public const string objectType_serviceQueue_plural = "objectType_serviceQueue_plural";
|
||||
|
||||
|
||||
public const string objectType_asymmetricKey_plural = "objectType_asymmetricKey_plural";
|
||||
|
||||
|
||||
public const string objectType_applicationRole_plural = "objectType_applicationRole_plural";
|
||||
|
||||
|
||||
public const string objectType_extendedStoredProcedure_singular = "objectType_extendedStoredProcedure_singular";
|
||||
|
||||
|
||||
public const string objectType_login_singular = "objectType_login_singular";
|
||||
|
||||
|
||||
public const string objectType_functionInline_plural = "objectType_functionInline_plural";
|
||||
|
||||
|
||||
public const string objectType_user_plural = "objectType_user_plural";
|
||||
|
||||
|
||||
public const string objectType_externalDataSource_plural = "objectType_externalDataSource_plural";
|
||||
|
||||
|
||||
public const string objectType_functionScalar_plural = "objectType_functionScalar_plural";
|
||||
|
||||
|
||||
public const string objectType_table_plural = "objectType_table_plural";
|
||||
|
||||
|
||||
public const string objectType_credential_plural = "objectType_credential_plural";
|
||||
|
||||
|
||||
public const string objectType_schema_singular = "objectType_schema_singular";
|
||||
|
||||
|
||||
public const string objectType_userDefinedTableType_plural = "objectType_userDefinedTableType_plural";
|
||||
|
||||
|
||||
public const string objectType_securityPolicy_plural = "objectType_securityPolicy_plural";
|
||||
|
||||
|
||||
public const string objectType_xmlSchemaCollection_plural = "objectType_xmlSchemaCollection_plural";
|
||||
|
||||
|
||||
public const string objectType_extendedStoredProcedure_plural = "objectType_extendedStoredProcedure_plural";
|
||||
|
||||
|
||||
public const string objectType_asymmetricKey_singular = "objectType_asymmetricKey_singular";
|
||||
|
||||
|
||||
public const string objectType_default_singular = "objectType_default_singular";
|
||||
|
||||
|
||||
public const string Permission_Alter = "Permission_Alter";
|
||||
|
||||
|
||||
|
||||
@@ -5475,6 +5475,294 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<value>Reset password for the login while unlocking.</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_functionTable_plural" xml:space="preserve">
|
||||
<value>Table-valued functions</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_externalDataSource_singular" xml:space="preserve">
|
||||
<value>External Data Source</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_serverRole_singular" xml:space="preserve">
|
||||
<value>Server role</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_xmlSchemaCollection_singular" xml:space="preserve">
|
||||
<value>XML schema collection</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_storedProcedure_plural" xml:space="preserve">
|
||||
<value>Stored procedures</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_endpoint_plural" xml:space="preserve">
|
||||
<value>Endpoints</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_sequence_singular" xml:space="preserve">
|
||||
<value>Sequence</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_userDefinedDataType_singular" xml:space="preserve">
|
||||
<value>User-defined data type</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_fullTextCatalog_plural" xml:space="preserve">
|
||||
<value>Full-text catalogs</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_credential_singular" xml:space="preserve">
|
||||
<value>Credential</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_databaseRole_plural" xml:space="preserve">
|
||||
<value>Database roles</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_endpoint_singular" xml:space="preserve">
|
||||
<value>Endpoint</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_view_plural" xml:space="preserve">
|
||||
<value>Views</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_assembly_singular" xml:space="preserve">
|
||||
<value>Assembly</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_functionScalar_singular" xml:space="preserve">
|
||||
<value>Scalar function</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_server_plural" xml:space="preserve">
|
||||
<value>Servers</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_table_singular" xml:space="preserve">
|
||||
<value>Table</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_serviceQueue_singular" xml:space="preserve">
|
||||
<value>Queue</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_login_plural" xml:space="preserve">
|
||||
<value>Logins</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_storedProcedure_singular" xml:space="preserve">
|
||||
<value>Stored procedure</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_default_plural" xml:space="preserve">
|
||||
<value>Defaults</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_symmetricKey_singular" xml:space="preserve">
|
||||
<value>Symmetric key</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_userDefinedTableType_singular" xml:space="preserve">
|
||||
<value>User-defined table type</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_functionInline_singular" xml:space="preserve">
|
||||
<value>Inline function</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_serverRole_plural" xml:space="preserve">
|
||||
<value>Server roles</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_agentjob_singular" xml:space="preserve">
|
||||
<value>Agent job</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_databaseRole_singular" xml:space="preserve">
|
||||
<value>Database role</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_synonym_singular" xml:space="preserve">
|
||||
<value>Synonym</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_AvailabilityGroup_singular" xml:space="preserve">
|
||||
<value>Availability Group</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_externalFileFormat_plural" xml:space="preserve">
|
||||
<value>External File Formats</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_database_singular" xml:space="preserve">
|
||||
<value>Database</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_symmetricKey_plural" xml:space="preserve">
|
||||
<value>Symmetric keys</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_securityPolicy_singular" xml:space="preserve">
|
||||
<value>Security Policy</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_externalFileFormat_singular" xml:space="preserve">
|
||||
<value>External File Format</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_applicationRole_singular" xml:space="preserve">
|
||||
<value>Application role</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_assembly_plural" xml:space="preserve">
|
||||
<value>Assemblies</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_sequence_plural" xml:space="preserve">
|
||||
<value>Sequences</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_userDefinedDataType_plural" xml:space="preserve">
|
||||
<value>User-defined data types</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_server_singular" xml:space="preserve">
|
||||
<value>Server</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_aggregateFunction_singular" xml:space="preserve">
|
||||
<value>Aggregate function</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_fullTextCatalog_singular" xml:space="preserve">
|
||||
<value>Full-text catalog</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_certificate_plural" xml:space="preserve">
|
||||
<value>Certificates</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_AvailabilityGroup_plural" xml:space="preserve">
|
||||
<value>Availability Groups</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_database_plural" xml:space="preserve">
|
||||
<value>Databases</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_view_singular" xml:space="preserve">
|
||||
<value>View</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_schema_plural" xml:space="preserve">
|
||||
<value>Schemas</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_rule_plural" xml:space="preserve">
|
||||
<value>Rules</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_certificate_singular" xml:space="preserve">
|
||||
<value>Certificate</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_user_singular" xml:space="preserve">
|
||||
<value>User</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_agentjob_plural" xml:space="preserve">
|
||||
<value>Agent jobs</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_synonym_plural" xml:space="preserve">
|
||||
<value>Synonyms</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_aggregateFunction_plural" xml:space="preserve">
|
||||
<value>Aggregate functions</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_functionTable_singular" xml:space="preserve">
|
||||
<value>Table-valued function</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_rule_singular" xml:space="preserve">
|
||||
<value>Rule</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_serviceQueue_plural" xml:space="preserve">
|
||||
<value>Queues</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_asymmetricKey_plural" xml:space="preserve">
|
||||
<value>Asymmetric keys</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_applicationRole_plural" xml:space="preserve">
|
||||
<value>Application roles</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_extendedStoredProcedure_singular" xml:space="preserve">
|
||||
<value>Extended stored procedure</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_login_singular" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_functionInline_plural" xml:space="preserve">
|
||||
<value>Inline functions</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_user_plural" xml:space="preserve">
|
||||
<value>Users</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_externalDataSource_plural" xml:space="preserve">
|
||||
<value>External Data Sources</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_functionScalar_plural" xml:space="preserve">
|
||||
<value>Scalar functions</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_table_plural" xml:space="preserve">
|
||||
<value>Tables</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_credential_plural" xml:space="preserve">
|
||||
<value>Credentials</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_schema_singular" xml:space="preserve">
|
||||
<value>Schema</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_userDefinedTableType_plural" xml:space="preserve">
|
||||
<value>User-defined table types</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_securityPolicy_plural" xml:space="preserve">
|
||||
<value>Security Policies</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_xmlSchemaCollection_plural" xml:space="preserve">
|
||||
<value>XML schema collections</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_extendedStoredProcedure_plural" xml:space="preserve">
|
||||
<value>Extended stored procedures</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_asymmetricKey_singular" xml:space="preserve">
|
||||
<value>Asymmetric key</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="objectType_default_singular" xml:space="preserve">
|
||||
<value>Default</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="Permission_Alter" xml:space="preserve">
|
||||
<value>Alter</value>
|
||||
<comment></comment>
|
||||
|
||||
@@ -2470,6 +2470,80 @@ ObjectNotRenamable(string urn) = The object could not be renamed. URN: '{0}'.
|
||||
DefaultLanguagePlaceholder = <default>
|
||||
ResetPasswordWhileUnlocking = Reset password for the login while unlocking.
|
||||
|
||||
#Search
|
||||
objectType_functionTable_plural = Table-valued functions
|
||||
objectType_externalDataSource_singular = External Data Source
|
||||
objectType_serverRole_singular = Server role
|
||||
objectType_xmlSchemaCollection_singular = XML schema collection
|
||||
objectType_storedProcedure_plural = Stored procedures
|
||||
objectType_endpoint_plural = Endpoints
|
||||
objectType_sequence_singular = Sequence
|
||||
objectType_userDefinedDataType_singular = User-defined data type
|
||||
objectType_fullTextCatalog_plural = Full-text catalogs
|
||||
objectType_credential_singular = Credential
|
||||
objectType_databaseRole_plural = Database roles
|
||||
objectType_endpoint_singular = Endpoint
|
||||
objectType_view_plural = Views
|
||||
objectType_assembly_singular = Assembly
|
||||
objectType_functionScalar_singular = Scalar function
|
||||
objectType_server_plural = Servers
|
||||
objectType_table_singular = Table
|
||||
objectType_serviceQueue_singular = Queue
|
||||
objectType_login_plural = Logins
|
||||
objectType_storedProcedure_singular = Stored procedure
|
||||
objectType_default_plural = Defaults
|
||||
objectType_symmetricKey_singular = Symmetric key
|
||||
objectType_userDefinedTableType_singular = User-defined table type
|
||||
objectType_functionInline_singular = Inline function
|
||||
objectType_serverRole_plural = Server roles
|
||||
objectType_agentjob_singular = Agent job
|
||||
objectType_databaseRole_singular = Database role
|
||||
objectType_synonym_singular = Synonym
|
||||
objectType_AvailabilityGroup_singular = Availability Group
|
||||
objectType_externalFileFormat_plural = External File Formats
|
||||
objectType_database_singular = Database
|
||||
objectType_symmetricKey_plural = Symmetric keys
|
||||
objectType_securityPolicy_singular = Security Policy
|
||||
objectType_externalFileFormat_singular = External File Format
|
||||
objectType_applicationRole_singular = Application role
|
||||
objectType_assembly_plural = Assemblies
|
||||
objectType_sequence_plural = Sequences
|
||||
objectType_userDefinedDataType_plural = User-defined data types
|
||||
objectType_server_singular = Server
|
||||
objectType_aggregateFunction_singular = Aggregate function
|
||||
objectType_fullTextCatalog_singular = Full-text catalog
|
||||
objectType_certificate_plural = Certificates
|
||||
objectType_AvailabilityGroup_plural = Availability Groups
|
||||
objectType_database_plural = Databases
|
||||
objectType_view_singular = View
|
||||
objectType_schema_plural = Schemas
|
||||
objectType_rule_plural = Rules
|
||||
objectType_certificate_singular = Certificate
|
||||
objectType_user_singular = User
|
||||
objectType_agentjob_plural = Agent jobs
|
||||
objectType_synonym_plural = Synonyms
|
||||
objectType_aggregateFunction_plural = Aggregate functions
|
||||
objectType_functionTable_singular = Table-valued function
|
||||
objectType_rule_singular = Rule
|
||||
objectType_serviceQueue_plural = Queues
|
||||
objectType_asymmetricKey_plural = Asymmetric keys
|
||||
objectType_applicationRole_plural = Application roles
|
||||
objectType_extendedStoredProcedure_singular = Extended stored procedure
|
||||
objectType_login_singular = Login
|
||||
objectType_functionInline_plural = Inline functions
|
||||
objectType_user_plural = Users
|
||||
objectType_externalDataSource_plural = External Data Sources
|
||||
objectType_functionScalar_plural = Scalar functions
|
||||
objectType_table_plural = Tables
|
||||
objectType_credential_plural = Credentials
|
||||
objectType_schema_singular = Schema
|
||||
objectType_userDefinedTableType_plural = User-defined table types
|
||||
objectType_securityPolicy_plural = Security Policies
|
||||
objectType_xmlSchemaCollection_plural = XML schema collections
|
||||
objectType_extendedStoredProcedure_plural = Extended stored procedures
|
||||
objectType_asymmetricKey_singular = Asymmetric key
|
||||
objectType_default_singular = Default
|
||||
|
||||
#Object permission names
|
||||
Permission_Alter = Alter
|
||||
Permission_Connect = Connect
|
||||
|
||||
@@ -7217,6 +7217,365 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Service {0} was not found in the service provider</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_functionTable_plural">
|
||||
<source>Table-valued functions</source>
|
||||
<target state="new">Table-valued functions</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_externalDataSource_singular">
|
||||
<source>External Data Source</source>
|
||||
<target state="new">External Data Source</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_serverRole_singular">
|
||||
<source>Server role</source>
|
||||
<target state="new">Server role</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_xmlSchemaCollection_singular">
|
||||
<source>XML schema collection</source>
|
||||
<target state="new">XML schema collection</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_storedProcedure_plural">
|
||||
<source>Stored procedures</source>
|
||||
<target state="new">Stored procedures</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_endpoint_plural">
|
||||
<source>Endpoints</source>
|
||||
<target state="new">Endpoints</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_sequence_singular">
|
||||
<source>Sequence</source>
|
||||
<target state="new">Sequence</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_userDefinedDataType_singular">
|
||||
<source>User-defined data type</source>
|
||||
<target state="new">User-defined data type</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_fullTextCatalog_plural">
|
||||
<source>Full-text catalogs</source>
|
||||
<target state="new">Full-text catalogs</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_credential_singular">
|
||||
<source>Credential</source>
|
||||
<target state="new">Credential</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_databaseRole_plural">
|
||||
<source>Database roles</source>
|
||||
<target state="new">Database roles</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_endpoint_singular">
|
||||
<source>Endpoint</source>
|
||||
<target state="new">Endpoint</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_view_plural">
|
||||
<source>Views</source>
|
||||
<target state="new">Views</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_assembly_singular">
|
||||
<source>Assembly</source>
|
||||
<target state="new">Assembly</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_functionScalar_singular">
|
||||
<source>Scalar function</source>
|
||||
<target state="new">Scalar function</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_server_plural">
|
||||
<source>Servers</source>
|
||||
<target state="new">Servers</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_table_singular">
|
||||
<source>Table</source>
|
||||
<target state="new">Table</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_serviceQueue_singular">
|
||||
<source>Queue</source>
|
||||
<target state="new">Queue</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_login_plural">
|
||||
<source>Logins</source>
|
||||
<target state="new">Logins</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_storedProcedure_singular">
|
||||
<source>Stored procedure</source>
|
||||
<target state="new">Stored procedure</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_default_plural">
|
||||
<source>Defaults</source>
|
||||
<target state="new">Defaults</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_symmetricKey_singular">
|
||||
<source>Symmetric key</source>
|
||||
<target state="new">Symmetric key</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_userDefinedTableType_singular">
|
||||
<source>User-defined table type</source>
|
||||
<target state="new">User-defined table type</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_functionInline_singular">
|
||||
<source>Inline function</source>
|
||||
<target state="new">Inline function</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_serverRole_plural">
|
||||
<source>Server roles</source>
|
||||
<target state="new">Server roles</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_agentjob_singular">
|
||||
<source>Agent job</source>
|
||||
<target state="new">Agent job</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_databaseRole_singular">
|
||||
<source>Database role</source>
|
||||
<target state="new">Database role</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_synonym_singular">
|
||||
<source>Synonym</source>
|
||||
<target state="new">Synonym</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_AvailabilityGroup_singular">
|
||||
<source>Availability Group</source>
|
||||
<target state="new">Availability Group</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_externalFileFormat_plural">
|
||||
<source>External File Formats</source>
|
||||
<target state="new">External File Formats</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_database_singular">
|
||||
<source>Database</source>
|
||||
<target state="new">Database</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_symmetricKey_plural">
|
||||
<source>Symmetric keys</source>
|
||||
<target state="new">Symmetric keys</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_securityPolicy_singular">
|
||||
<source>Security Policy</source>
|
||||
<target state="new">Security Policy</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_externalFileFormat_singular">
|
||||
<source>External File Format</source>
|
||||
<target state="new">External File Format</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_applicationRole_singular">
|
||||
<source>Application role</source>
|
||||
<target state="new">Application role</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_assembly_plural">
|
||||
<source>Assemblies</source>
|
||||
<target state="new">Assemblies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_sequence_plural">
|
||||
<source>Sequences</source>
|
||||
<target state="new">Sequences</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_userDefinedDataType_plural">
|
||||
<source>User-defined data types</source>
|
||||
<target state="new">User-defined data types</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_server_singular">
|
||||
<source>Server</source>
|
||||
<target state="new">Server</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_aggregateFunction_singular">
|
||||
<source>Aggregate function</source>
|
||||
<target state="new">Aggregate function</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_fullTextCatalog_singular">
|
||||
<source>Full-text catalog</source>
|
||||
<target state="new">Full-text catalog</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_certificate_plural">
|
||||
<source>Certificates</source>
|
||||
<target state="new">Certificates</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_AvailabilityGroup_plural">
|
||||
<source>Availability Groups</source>
|
||||
<target state="new">Availability Groups</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_database_plural">
|
||||
<source>Databases</source>
|
||||
<target state="new">Databases</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_view_singular">
|
||||
<source>View</source>
|
||||
<target state="new">View</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_schema_plural">
|
||||
<source>Schemas</source>
|
||||
<target state="new">Schemas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_rule_plural">
|
||||
<source>Rules</source>
|
||||
<target state="new">Rules</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_certificate_singular">
|
||||
<source>Certificate</source>
|
||||
<target state="new">Certificate</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_user_singular">
|
||||
<source>User</source>
|
||||
<target state="new">User</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_agentjob_plural">
|
||||
<source>Agent jobs</source>
|
||||
<target state="new">Agent jobs</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_synonym_plural">
|
||||
<source>Synonyms</source>
|
||||
<target state="new">Synonyms</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_aggregateFunction_plural">
|
||||
<source>Aggregate functions</source>
|
||||
<target state="new">Aggregate functions</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_functionTable_singular">
|
||||
<source>Table-valued function</source>
|
||||
<target state="new">Table-valued function</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_rule_singular">
|
||||
<source>Rule</source>
|
||||
<target state="new">Rule</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_serviceQueue_plural">
|
||||
<source>Queues</source>
|
||||
<target state="new">Queues</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_asymmetricKey_plural">
|
||||
<source>Asymmetric keys</source>
|
||||
<target state="new">Asymmetric keys</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_applicationRole_plural">
|
||||
<source>Application roles</source>
|
||||
<target state="new">Application roles</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_extendedStoredProcedure_singular">
|
||||
<source>Extended stored procedure</source>
|
||||
<target state="new">Extended stored procedure</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_login_singular">
|
||||
<source>Login</source>
|
||||
<target state="new">Login</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_functionInline_plural">
|
||||
<source>Inline functions</source>
|
||||
<target state="new">Inline functions</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_user_plural">
|
||||
<source>Users</source>
|
||||
<target state="new">Users</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_externalDataSource_plural">
|
||||
<source>External Data Sources</source>
|
||||
<target state="new">External Data Sources</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_functionScalar_plural">
|
||||
<source>Scalar functions</source>
|
||||
<target state="new">Scalar functions</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_table_plural">
|
||||
<source>Tables</source>
|
||||
<target state="new">Tables</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_credential_plural">
|
||||
<source>Credentials</source>
|
||||
<target state="new">Credentials</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_schema_singular">
|
||||
<source>Schema</source>
|
||||
<target state="new">Schema</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_userDefinedTableType_plural">
|
||||
<source>User-defined table types</source>
|
||||
<target state="new">User-defined table types</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_securityPolicy_plural">
|
||||
<source>Security Policies</source>
|
||||
<target state="new">Security Policies</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_xmlSchemaCollection_plural">
|
||||
<source>XML schema collections</source>
|
||||
<target state="new">XML schema collections</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_extendedStoredProcedure_plural">
|
||||
<source>Extended stored procedures</source>
|
||||
<target state="new">Extended stored procedures</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_asymmetricKey_singular">
|
||||
<source>Asymmetric key</source>
|
||||
<target state="new">Asymmetric key</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType_default_singular">
|
||||
<source>Default</source>
|
||||
<target state="new">Default</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="FilterInPrimaryKey">
|
||||
<source>In Primary Key</source>
|
||||
<target state="new">In Primary Key</target>
|
||||
|
||||
Reference in New Issue
Block a user