Udostępnij przez


Metoda IDataSourceDescriptor.GetProperty

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataWarehouse.Interfaces
Zestaw:  Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)

Składnia

'Deklaracja
Function GetProperty ( _
    name As String _
) As Object
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Object