Share via


DatabaseTaskHost.IsServerPropertyFileValid Property

Gets a value that indicates whether the server property file is valid.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsServerPropertyFileValid As Boolean
public virtual bool IsServerPropertyFileValid { get; }
public:
virtual property bool IsServerPropertyFileValid {
    bool get ();
}
abstract IsServerPropertyFileValid : bool
override IsServerPropertyFileValid : bool
function get IsServerPropertyFileValid () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace