IDataSourceDescriptor.Valid Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Valid As Boolean
Get
'Usage
Dim instance As IDataSourceDescriptor
Dim value As Boolean
value = instance.Valid
bool Valid { get; }
property bool Valid {
bool get ();
}
abstract Valid : bool
function get Valid () : boolean
Property Value
Type: System.Boolean