Metodo FacetEvaluationContext.SetPropertyValue
Sets the value of the specified property.
Spazio dei nomi Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Sub SetPropertyValue ( _
name As String, _
value As Object _
)
'Utilizzo
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
)
Parametri
- name
Tipo: System.String
A String value that specifies the name of the property.
- value
Tipo: System.Object
A Object value that specifies the value of the property.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.