IDataSourceDescriptor.Prepared Property
This API supports the .NET Framework 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 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