SV_Property_Description_IsFileTableNamespaceEnabled Property

Looks up a localized string similar to Whether FileTable data will be available for non-transactional file I/O access..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace