DatabaseTaskHost.IsCatalogPropertyFileValid Property
Gets a value that indicates whether the catalog property file is valid.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsCatalogPropertyFileValid As Boolean
public virtual bool IsCatalogPropertyFileValid { get; }
public:
virtual property bool IsCatalogPropertyFileValid {
bool get ();
}
abstract IsCatalogPropertyFileValid : bool
override IsCatalogPropertyFileValid : bool
function get IsCatalogPropertyFileValid () : 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.