Freigeben über


FacetEvaluationContext.SetPropertyValue-Methode

Sets the value of the specified property.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub SetPropertyValue ( _
    name As String, _
    value As Object _
)
'Usage
Dim instance As FacetEvaluationContext 
Dim name As String 
Dim value As Object

instance.SetPropertyValue(name, value)
public void SetPropertyValue(
    string name,
    Object value
)
public:
void SetPropertyValue(
    String^ name, 
    Object^ value
)
member SetPropertyValue : 
        name:string * 
        value:Object -> unit
public function SetPropertyValue(
    name : String, 
    value : Object
)

Parameter

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

FacetEvaluationContext Klasse

Microsoft.SqlServer.Management.Facets-Namespace