Share via


StaticCodeAnalysisTask.ModelCollation Property

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

Syntax

'Declaration
Public Property ModelCollation As String
'Usage
Dim instance As StaticCodeAnalysisTask 
Dim value As String 

value = instance.ModelCollation

instance.ModelCollation = value
public string ModelCollation { get; set; }
public:
property String^ ModelCollation {
    String^ get ();
    void set (String^ value);
}
public function get ModelCollation () : String 
public function set ModelCollation (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

StaticCodeAnalysisTask Class

StaticCodeAnalysisTask Members

Microsoft.Data.Schema.Tasks Namespace