Share via


DBBuildTask.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 DBBuildTask 
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

DBBuildTask Class

DBBuildTask Members

Microsoft.Data.Schema.Tasks Namespace