IDataSourceDescriptor.Prepared Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether the IDataSourceDescriptor object is prepared.

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

Syntax

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

Property Value

Type: System.Boolean

true if this IDataSourceDescriptor object is prepared; otherwise, false.

See Also

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top