SqlSchemaDeploymentOptions.CollationPreference Property
Gets or sets a value that indicates how the collation should be handled when changes are deployed.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property CollationPreference As DeploymentCollationPreference
public DeploymentCollationPreference CollationPreference { get; set; }
public:
property DeploymentCollationPreference CollationPreference {
DeploymentCollationPreference get ();
void set (DeploymentCollationPreference value);
}
member CollationPreference : DeploymentCollationPreference with get, set
function get CollationPreference () : DeploymentCollationPreference
function set CollationPreference (value : DeploymentCollationPreference)
Property Value
Type: Microsoft.Data.Schema.Sql.Build.DeploymentCollationPreference
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.