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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.