Partager via


Méthode IsAvailable

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Function IsAvailable ( _
    propertyName As String _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
true if an index is available in the property collection; otherwise, false.