Freigeben über


OASqlPropertiesEditor.SetProperty-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

OASqlPropertiesEditor Klasse

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal-Namespace