Share via


IDataSourceDescriptor.SetProperty Method

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

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

'Declaration
Sub SetProperty ( _
    name As String, _
    value As Object _
)
'Usage
Dim instance As IDataSourceDescriptor 
Dim name As String 
Dim value As Object

instance.SetProperty(name, value)
void SetProperty(
    string name,
    Object value
)
void SetProperty(
    String^ name, 
    Object^ value
)
abstract SetProperty : 
        name:string * 
        value:Object -> unit
function SetProperty(
    name : String, 
    value : Object
)

Parameters

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace