Condividi tramite


Metodo IsPropertyConfigurable

Determines whether the specified property can be set.

Spazio dei nomi:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Shared Function IsPropertyConfigurable ( _
    managementFacet As Type, _
    propertyName As String _
) As Boolean
'Utilizzo
Dim managementFacet As Type
Dim propertyName As String
Dim returnValue As Boolean

returnValue = FacetRepository.IsPropertyConfigurable(managementFacet, _
    propertyName)
public static bool IsPropertyConfigurable(
    Type managementFacet,
    string propertyName
)
public:
static bool IsPropertyConfigurable(
    Type^ managementFacet, 
    String^ propertyName
)
static member IsPropertyConfigurable : 
        managementFacet:Type * 
        propertyName:string -> bool 
public static function IsPropertyConfigurable(
    managementFacet : Type, 
    propertyName : String
) : boolean

Parametri

Valore restituito

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the property is configurable.
If True, the property is configurable. Otherwise, False.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.