SV_Property_Description_CheckOption Property

Looks up a localized string similar to The check option specified by the WITH CHECK OPTION clause in the view definition..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace