IDataSourceDescriptor.Prepared Property

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

Gets a value indicating whether the IDataSourceDescriptor object is prepared.

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

Syntax

'Declaration
ReadOnly Property Prepared As Boolean 
    Get
'Usage
Dim instance As IDataSourceDescriptor 
Dim value As Boolean 

value = instance.Prepared
bool Prepared { get; }
property bool Prepared {
    bool get ();
}
abstract Prepared : bool
function get Prepared () : boolean

Property Value

Type: System.Boolean
true if this IDataSourceDescriptor object is prepared; otherwise, false.

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace