ModelCollation Property

Model Collation Property.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ReadOnly Property ModelCollation As String
    Get
'Usage
Dim instance As DatabaseProjectOrSqlSchemaFileReferenceNodeExtender
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

DatabaseProjectOrSqlSchemaFileReferenceNodeExtender Class

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace