次の方法で共有


IsPropertyConfigurable メソッド

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

名前空間:  Microsoft.SqlServer.Management.Facets
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
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)
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

パラメーター

戻り値

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

説明

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