StaticCodeAnalysisTask.ModelCollation-Eigenschaft

Ruft die Modellsortierreihenfolgen-Zeichenfolge für das Aufgabenhost-Ladeprogramm ab oder legt sie fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

StaticCodeAnalysisTask Klasse

Microsoft.Data.Schema.Tasks-Namespace