FacetEvaluationContext.SetPropertyValue Método
Sets the value of the specified property.
Espacio de nombres: Microsoft.SqlServer.Management.Facets
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub SetPropertyValue ( _
name As String, _
value As Object _
)
'Uso
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
)
Parámetros
- 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.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.