SV_Property_Description_IsVardecimalStorageFormatOn Property

Looks up a localized string similar to True if vardecimal storage format is enabled for this schema object..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace