Partager via


Méthode SetProperty

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Sub SetProperty ( _
    name As String, _
    value As Object _
)
'Utilisation
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
)

Paramètres