Compartilhar via


Propriedade DBBuildTask.ModelCollation

Obtém ou define a seqüência de agrupamento do modelo.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
Public Property ModelCollation As String
    Get
    Set
public string ModelCollation { get; set; }
public:
property String^ ModelCollation {
    String^ get ();
    void set (String^ value);
}
member ModelCollation : string with get, set
function get ModelCollation () : String
function set ModelCollation (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DBBuildTask Classe

Namespace Microsoft.Data.Schema.Tasks