Freigeben über


Prepared-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: System. . :: . .Boolean