Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function IsAvailable ( _
propertyName As String _
) As Boolean
'Usage
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
Parameter
- propertyName
Typ: System.String
A string that represents the property name.
Rückgabewert
Typ: System.Boolean
true if an index is available in the property collection; otherwise, false.