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