SV_Property_Description_IsOutput Property

Looks up a localized string similar to Indicates if the parent object can return values in this database object..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace