IDataSourceDescriptor.Valid Property

 

Applies To: SQL Server 2016 Preview

Gets a value that indicates whether the IDataSourceDescriptor object is valid.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

bool Valid { get; }
property bool Valid {
    bool get();
}
abstract Valid : bool with get
ReadOnly Property Valid As Boolean

Property Value

Type: System.Boolean

true the IDataSourceDescriptor object is valid; otherwise, false.

See Also

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top