Partager via


Valid propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property Valid As Boolean
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .Boolean