ImportOptionsControl_AddToSourceControl Property

Looks up a localized string similar to _Add to source control.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace