Méthode IDataSourceDescriptor.SetProperty
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the property specified by name to the value specified by value.
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
- name
Type : System.String
The name of the property.
- value
Type : System.Object
The value that is to be set