Returns the data provider information specified by the data provider path.
[Visual Basic .NET] |
---|
Public Function GetDataPrvInfoFromPath( _ ByVal DataProviderPath As String _ ) As IAgDataProviderInfo |
[C#] |
---|
public IAgDataProviderInfo GetDataPrvInfoFromPath( string DataProviderPath ); |
[Managed C++] |
---|
public: IAgDataProviderInfo^ GetDataPrvInfoFromPath( String __gc ^ DataProviderPath ); |
[Unmanaged C++] |
---|
public: HRESULT GetDataPrvInfoFromPath( BSTR DataProviderPath, IAgDataProviderInfo ** ppRetVal ); |
[Java] |
---|
public IAgDataProviderInfo getDataPrvInfoFromPath( String DataProviderPath ); |
[Python - STK API ] |
---|
def GetDataPrvInfoFromPath(self, DataProviderPath:str) -> "IAgDataProviderInfo": |
- DataProviderPath
Coarse grain approach to retrieving data provider information
[C#] | ||
---|---|---|
|
Coarse grain approach to retrieving data provider information
[Visual Basic .NET] | ||
---|---|---|
|