OASqlPropertiesEditor.SetProperty, méthode
Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly : Microsoft.VisualStudio.Data.Schema.Package.Sql (dans Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntaxe
'Déclaration
Public Function SetProperty ( _
propertyName As String, _
propertyValue As String _
) As Boolean
public bool SetProperty(
string propertyName,
string propertyValue
)
public:
bool SetProperty(
String^ propertyName,
String^ propertyValue
)
member SetProperty :
propertyName:string *
propertyValue:string -> bool
public function SetProperty(
propertyName : String,
propertyValue : String
) : boolean
Paramètres
- propertyName
Type : System.String
- propertyValue
Type : System.String
Valeur de retour
Type : System.Boolean
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal, espace de noms