Import_ScriptingElements Property

Looks up a localized string similar to Scripting schema objects from model. A total of {0} schema objects have been found..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace