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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.