SV_Property_Description_SpatialIndex_DoIgnoreDuplicateKey Property

Looks up a localized string similar to Has no effect for spatial indexes because the index type is never unique. Do not set this option to ON, or else an error is raised..

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_Description_SpatialIndex_DoIgnoreDuplicateKey As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace