Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Function IsAvailable ( _
propertyName As String _
) As Boolean
'Uso
Dim instance As SfcPropertyCollection
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.IsAvailable(propertyName)
public bool IsAvailable(
string propertyName
)
public:
bool IsAvailable(
String^ propertyName
)
member IsAvailable :
propertyName:string -> bool
public function IsAvailable(
propertyName : String
) : boolean
Parámetros
- propertyName
Tipo: System.String
A string that represents the property name.
Valor devuelto
Tipo: System.Boolean
true if an index is available in the property collection; otherwise, false.