Freigeben über


SqlSchemaDeploymentOptions.CollationPreference-Eigenschaft

Ruft einen Wert ab, der angibt, wie die Sortierreihenfolge beim Bereitstellen von Änderungen behandelt werden soll, oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property CollationPreference As DeploymentCollationPreference
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.Build.DeploymentCollationPreference

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlSchemaDeploymentOptions Klasse

Microsoft.Data.Schema.Sql.Build-Namespace