SV_Property_Description_XmlSchemaNamespace Property

Looks up a localized string similar to XML Schema Namespace that can be associated with an XML column to define a strong XML type..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace