FacetRepository.IsPropertyConfigurable メソッド

指定したプロパティが設定可能かどうかを示します。

名前空間:  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
    型を指定する Type オブジェクト値です。
  • propertyName
    型: System.String
    プロパティの名前を指定する String オブジェクト値です。

戻り値

型: System.Boolean
プロパティが構成可能かどうかを示す Boolean 値です。 True の場合、プロパティは構成可能です。False の場合、プロパティは構成可能ではありません。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

FacetRepository クラス

Microsoft.SqlServer.Management.Facets 名前空間