Compartir a través de


VSDBCmdServices.SetProperties (Método)

Método auxiliar que usa la reflexión para establecer las propiedades dinámicamente.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Shared Function SetProperties ( _
    availableProperties As IDictionary(Of String, PropertyInfo), _
    propertyValueLookup As IDictionary(Of String, String), _
    propertyHolder As Object, _
    <OutAttribute> ByRef unsetProperties As HashSet(Of String) _
) As Boolean
public static bool SetProperties(
    IDictionary<string, PropertyInfo> availableProperties,
    IDictionary<string, string> propertyValueLookup,
    Object propertyHolder,
    out HashSet<string> unsetProperties
)
public:
static bool SetProperties(
    IDictionary<String^, PropertyInfo^>^ availableProperties, 
    IDictionary<String^, String^>^ propertyValueLookup, 
    Object^ propertyHolder, 
    [OutAttribute] HashSet<String^>^% unsetProperties
)
static member SetProperties : 
        availableProperties:IDictionary<string, PropertyInfo> * 
        propertyValueLookup:IDictionary<string, string> * 
        propertyHolder:Object * 
        unsetProperties:HashSet<string> byref -> bool 
public static function SetProperties(
    availableProperties : IDictionary<String, PropertyInfo>, 
    propertyValueLookup : IDictionary<String, String>, 
    propertyHolder : Object, 
    unsetProperties : HashSet<String>
) : boolean

Parámetros

  • propertyHolder
    Tipo: System.Object
    Objeto cuyas propiedades se van a establecer.

Valor devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

VSDBCmdServices Clase

Microsoft.Data.Schema.Build (Espacio de nombres)