Share via


IDataSourceDescriptor.Valid Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

'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
true the IDataSourceDescriptor object is valid; otherwise, false.

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace