Partilhar via


Interface ISfcPropertySet

Provides access to a set of properties. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Interface ISfcPropertySet
'Uso
Dim instance As ISfcPropertySet
public interface ISfcPropertySet
public interface class ISfcPropertySet
type ISfcPropertySet =  interface end
public interface ISfcPropertySet

O tipo ISfcPropertySet expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Contains(String) Checks whether a property with the specified name is in the property set. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público Contains(ISfcProperty) Checks whether a property with the specified metadata is in the property set. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público Contains<T>(String) Checks whether a property with the specified name and type is in the property set.
Método público EnumProperties Returns an enumerator that can iterate through the properties in the property set. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público TryGetProperty Attempts to get the property metadata. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público TryGetPropertyValue(String, Object%) Attempts to get the property value. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Método público TryGetPropertyValue<T>(String, T%) Attempts to get the property value. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc