DescriptionExtendedTSqlVerification Property

Looks up a localized string similar to Specifies whether the file will be excluded from the project's extended T-SQL verification. When set to False verification errors will not be reported..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace