IDataSourceDescriptor.GetProperty Method (String)

 

Applies To: SQL Server 2016 Preview

Searches for the public property with the specified name.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

object GetProperty(
    string name
)
Object^ GetProperty(
    String^ name
)
abstract GetProperty : 
        name:string -> Object
Function GetProperty (
    name As String
) As 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

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top