Метод IsPropertyConfigurable
Determines whether the specified property can be set.
Пространство имен: 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
Параметры
- managementFacet
Тип System. . :: . .Type
A Type object value that specifies the type.
- propertyName
Тип System. . :: . .String
Возвращаемое значение
Тип 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.