共用方式為


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< (Of < <' (T> ) > > )(String) Checks whether a property with the specified name and type is in the property set. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 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< (Of < <' (T> ) > > )(String, T%) Attempts to get the property value. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層