FacetRepository.IsPropertyConfigurable 메서드

Determines whether the specified property can be set.

네임스페이스:  Microsoft.SqlServer.Management.Facets
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function IsPropertyConfigurable ( _
    managementFacet As Type, _
    propertyName As String _
) As Boolean
‘사용 방법
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

매개 변수

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

반환 값

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

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

FacetRepository 클래스

Microsoft.SqlServer.Management.Facets 네임스페이스