ISfcPropertySet 介面
Provides access to a set of properties. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Interface ISfcPropertySet
'用途
Dim instance As ISfcPropertySet
public interface ISfcPropertySet
public interface class ISfcPropertySet
type ISfcPropertySet = interface end
public interface ISfcPropertySet
ISfcPropertySet 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Contains(String) | Checks whether a property with the specified name is in the property set. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Contains(ISfcProperty) | Checks whether a property with the specified metadata is in the property set. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
Contains<T>(String) | Checks whether a property with the specified name and type is in the property set. | |
EnumProperties | Returns an enumerator that can iterate through the properties in the property set. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
TryGetProperty | Attempts to get the property metadata. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
TryGetPropertyValue(String, Object%) | Attempts to get the property value. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 | |
TryGetPropertyValue<T>(String, T%) | Attempts to get the property value. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
上層