SV_Property_Description_XmlSchemaNamespaceName Property

Looks up a localized string similar to Name of the Microsoft SQL Server database schema who owns the XML Schema Namespace used to validate the content of XML column..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace