SchemaOptionIgnoreObjectType_HelpText Property

Looks up a localized string similar to Dependent types are selected implicitly upon selection. Dependent Types: {0}..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace