Método IsPropertyConfigurable
Determines whether the specified property can be set.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Shared Function IsPropertyConfigurable ( _
managementFacet As Type, _
propertyName As String _
) As Boolean
'Uso
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
Parâmetros
- managementFacet
Tipo: System. . :: . .Type
A Type object value that specifies the type.
- propertyName
Tipo: System. . :: . .String
Valor de retorno
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the property is configurable.
If True, the property is configurable. Otherwise, False.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também