Compartir a través de


Interfaz ISfcPropertySet

Provides access to a set of properties. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Interface ISfcPropertySet
'Uso
Dim instance As ISfcPropertySet
public interface ISfcPropertySet
public interface class ISfcPropertySet
type ISfcPropertySet =  interface end
public interface ISfcPropertySet

El tipo ISfcPropertySet expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Contains(String) Checks whether a property with the specified name is in the property set. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público Contains(ISfcProperty) Checks whether a property with the specified metadata is in the property set. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público Contains< (Of < <' (T> ) > > )(String) Checks whether a property with the specified name and type is in the property set. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público EnumProperties Returns an enumerator that can iterate through the properties in the property set. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público TryGetProperty Attempts to get the property metadata. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público TryGetPropertyValue(String, Object%) Attempts to get the property value. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público TryGetPropertyValue< (Of < <' (T> ) > > )(String, T%) Attempts to get the property value. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba