Condividi tramite


Interfaccia ISfcPropertySet

Provides access to a set of properties. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Interface ISfcPropertySet
'Utilizzo
Dim instance As ISfcPropertySet
public interface ISfcPropertySet
public interface class ISfcPropertySet
type ISfcPropertySet =  interface end
public interface ISfcPropertySet

Nel tipo ISfcPropertySet sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Contains(String) Checks whether a property with the specified name is in the property set. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico Contains(ISfcProperty) Checks whether a property with the specified metadata is in the property set. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico Contains<T>(String) Checks whether a property with the specified name and type is in the property set.
Metodo pubblico EnumProperties Returns an enumerator that can iterate through the properties in the property set. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico TryGetProperty Attempts to get the property metadata. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico TryGetPropertyValue(String, Object%) Attempts to get the property value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Metodo pubblico TryGetPropertyValue<T>(String, T%) Attempts to get the property value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc