SV_Property_Collation Property

Looks up a localized string similar to Collation.

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

Syntax

'Declaration
Public Shared ReadOnly Property SV_Property_Collation As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.SV_Property_Collation
public static string SV_Property_Collation { get; }
public:
static property String^ SV_Property_Collation {
    String^ get ();
}
static member SV_Property_Collation : string
static function get SV_Property_Collation () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace