Share via


StaticCodeAnalysisTask.ModelCollation Property

Gets or sets the task host loader model collation string.

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

Syntax

'Declaration
Public Property ModelCollation As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

StaticCodeAnalysisTask Class

Microsoft.Data.Schema.Tasks Namespace