FailedToReplaceXMLSchemaCollection Property
Looks up a localized string similar to Failed to replace XML Schema Collection '{0}' during import of script. An exception was encountered: '{1}'..
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 FailedToReplaceXMLSchemaCollection As String
Get
'Usage
Dim value As String
value = SqlPackageResource.FailedToReplaceXMLSchemaCollection
public static string FailedToReplaceXMLSchemaCollection { get; }
public:
static property String^ FailedToReplaceXMLSchemaCollection {
String^ get ();
}
static member FailedToReplaceXMLSchemaCollection : string
static function get FailedToReplaceXMLSchemaCollection () : String
Property Value
Type: System..::..String