SV_Property_DataType_Desc Property

Looks up a localized string similar to The data type name for the reference 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_DataType_Desc As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace