Partager via


Méthode FacetRepository.IsPropertyConfigurable

Determines whether the specified property can be set.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function IsPropertyConfigurable ( _
    managementFacet As Type, _
    propertyName As String _
) As Boolean
'Utilisation
Dim managementFacet As Type 
Dim propertyName As String 
Dim returnValue As Boolean 

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

Paramètres

  • managementFacet
    Type : System.Type
    A Type object value that specifies the type.
  • propertyName
    Type : System.String
    A String object value that specifies the name of the property.

Valeur de retour

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

FacetRepository Classe

Espace de noms Microsoft.SqlServer.Management.Facets