Publish_BatchError Property
Looks up a localized string similar to SQL Batch error: {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 Publish_BatchError As String
Get
'Usage
Dim value As String
value = SqlPackageResource.Publish_BatchError
public static string Publish_BatchError { get; }
public:
static property String^ Publish_BatchError {
String^ get ();
}
static member Publish_BatchError : string
static function get Publish_BatchError () : String
Property Value
Type: System..::..String