We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e191872 commit ff38703Copy full SHA for ff38703
tests/Unit/Stubs/SMO.cs
@@ -816,7 +816,7 @@ public class Database
816
// String Properties
817
public string AvailabilityGroupName = "TestAG";
818
public string AzureServiceObjective = "S1";
819
- public string CatalogCollation = "SQL_Latin1_General_CP1_CI_AS";
+ public CatalogCollationType CatalogCollation = CatalogCollationType.DatabaseDefault;
820
public string Collation = "SQL_Latin1_General_CP1_CI_AS";
821
public string DboLogin = "sa";
822
public string DefaultFileGroup = "PRIMARY";
0 commit comments