Share via


IDataSourceDescriptor.GetProperty Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Searches for the public property with the specified name.

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
    The name of the public property to get.

Return Value

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

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace