IDataSourceDescriptor.SetProperty 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
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
)