Valid-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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