SV_Properties_FullPath_Desc Property

Looks up a localized string similar to The full path for the file containing this schema 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_Properties_FullPath_Desc As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace