DataConnectionProperties.InitializeValue, méthode
Initialise la valeur d'une propriété de connexion spécifiée.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Protected Sub InitializeValue ( _
propertyName As String, _
value As Object _
)
protected void InitializeValue(
string propertyName,
Object value
)
protected:
void InitializeValue(
String^ propertyName,
Object^ value
)
member InitializeValue :
propertyName:string *
value:Object -> unit
protected function InitializeValue(
propertyName : String,
value : Object
)
Paramètres
propertyName
Type : StringLe nom d'une propriété est initialisée.
value
Type : ObjectLa valeur à laquelle la propriété est initialisée.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Le paramètre propertyName est null. |
InvalidCastException | La valeur spécifiée ne peut pas être convertie dans le type de propriété. |
Notes
Cette méthode est généralement uniquement appelée par la méthode d' InitializeValues .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.