FailedToRemoveXMLSchemaCollectionDuringWriteUpdatesToProject Property

Looks up a localized string similar to Failed to remove the XML Schema Collection named '{0}'. You will have to remove this manually..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace