Partager via


Méthode IDataSourceDescriptor.GetProperty

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

Searches for the public property with the specified name.

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

Syntaxe

'Déclaration
Function GetProperty ( _
    name As String _
) As Object
'Utilisation
Dim instance As IDataSourceDescriptor 
Dim name As String 
Dim returnValue As Object 

returnValue = instance.GetProperty(name)
Object GetProperty(
    string name
)
Object^ GetProperty(
    String^ name
)
abstract GetProperty : 
        name:string -> Object
function GetProperty(
    name : String
) : Object

Paramètres

  • name
    Type : System.String
    The name of the public property to get.

Valeur de retour

Type : System.Object
The public property with the specified name.

Voir aussi

Référence

IDataSourceDescriptor Interface

Espace de noms Microsoft.DataWarehouse.Interfaces