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 | |
---|---|---|
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. | |
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. | |
Contains< (Of < <' (T> ) > > )(String) | Checks whether a property with the specified name and type is in the property set. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
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. | |
TryGetProperty | Attempts to get the property metadata. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
TryGetPropertyValue(String, Object%) | Attempts to get the property value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
TryGetPropertyValue< (Of < <' (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