このメンバーをコード内で直接参照しないでください。このメンバーは、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
パラメーター
- propertyName
型: System.String
プロパティの名前を表す文字列です。
戻り値
型: System.Boolean
プロパティ コレクション内でインデックスを使用できる場合は true、それ以外の場合は false です。