Condividi tramite


Metodo IsAvailable

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function IsAvailable ( _
    propertyName As String _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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