Interface ISfcPropertySet
Provides access to a set of properties. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Interface ISfcPropertySet
'Utilisation
Dim instance As ISfcPropertySet
public interface ISfcPropertySet
public interface class ISfcPropertySet
type ISfcPropertySet = interface end
public interface ISfcPropertySet
Le type ISfcPropertySet expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Contains(String) | Checks whether a property with the specified name is in the property set. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Contains(ISfcProperty) | Checks whether a property with the specified metadata is in the property set. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
Contains< (Of < <' (T> ) > > )(String) | Checks whether a property with the specified name and type is in the property set. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
EnumProperties | Returns an enumerator that can iterate through the properties in the property set. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
TryGetProperty | Attempts to get the property metadata. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
TryGetPropertyValue(String, Object%) | Attempts to get the property value. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
TryGetPropertyValue< (Of < <' (T> ) > > )(String, T%) | Attempts to get the property value. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page