RemoteDacEnabledDesc Property

Looks up a localized string similar to True if remote DAC is enabled..

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace