Partager via


Interface ISfcPropertySet

Provides access to a set of properties. Ne faites pas directement référence à 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
Méthode publique Contains(String) Checks whether a property with the specified name is in the property set. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Contains(ISfcProperty) Checks whether a property with the specified metadata is in the property set. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique Contains<T>(String) Checks whether a property with the specified name and type is in the property set.
Méthode publique EnumProperties Returns an enumerator that can iterate through the properties in the property set. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique TryGetProperty Attempts to get the property metadata. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique TryGetPropertyValue(String, Object%) Attempts to get the property value. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique TryGetPropertyValue<T>(String, T%) Attempts to get the property value. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc