IsAvailable 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function IsAvailable ( _
    propertyName As String _
) As Boolean
用法
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

参数

返回值

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