IDataSourceDescriptor.GetProperty Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Function GetProperty ( _
name As String _
) As Object
'Usage
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
Parameters
- name
Type: System.String
Return Value
Type: System.Object