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 基础结构。

页首