xSQL Schema Compare SDK for SQL Server version 12
AssemblyCreateOption Property


Gets or sets the value that indicates the additional scripting action that should be included when a new assembly is created. It applies to new assemblies on SQL Server 2017 or higher.
Syntax
'Declaration
 
<ComparisonOptionDescriptorAttribute(ComparisonOptionTypeEnum.ScriptingOption)>
Public Property AssemblyCreateOption As AssemblyCreateOptionEnum
[ComparisonOptionDescriptorAttribute(ComparisonOptionTypeEnum.ScriptingOption)]
public AssemblyCreateOptionEnum AssemblyCreateOption {get; set;}
[ComparisonOptionDescriptorAttribute(ComparisonOptionTypeEnum.ScriptingOption)]
public: __property AssemblyCreateOptionEnum get_AssemblyCreateOption();
public: __property void set_AssemblyCreateOption( 
   AssemblyCreateOptionEnum value
);
Remarks
Due to a change in the assembly registration policy, starting with the SQL Server 2017, additional scripting is required to create a new assembly. For more details, check the AssemblyCreateOptionEnum values. The default value is AssemblyCreateOptionEnum.AddToTrustedAssemblyList.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComparisonOptions Class
ComparisonOptions Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback