Método SfcPropertyCollection.IsAvailable
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Boolean
true if an index is available in the property collection; otherwise, false.