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 | |
---|---|---|
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. | |
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. | |
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. | |
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. | |
TryGetProperty | Attempts to get the property metadata. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
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. | |
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