REThroughAutomation_Cancelled Property

Looks up a localized string similar to Database import was canceled..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace