ExecuteProcedureHeaderFormat Property

Looks up a localized string similar to The stored procedure {0} requires the following parameters:.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace