IDataSourceDescriptor.SetProperty Method (String, Object)

 

Applies To: SQL Server 2016 Preview

Sets the property specified by name to the value specified by value.

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

Syntax

void SetProperty(
    string name,
    object value
)
void SetProperty(
    String^ name,
    Object^ value
)
abstract SetProperty : 
        name:string *
        value:Object -> unit
Sub SetProperty (
    name As String,
    value As Object
)

Parameters

See Also

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top