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 | |
---|---|---|
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. | |
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. | |
Contains<T>(String) | Checks whether a property with the specified name and type is in the property set. | |
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. | |
TryGetProperty | Attempts to get the property metadata. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
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. | |
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