ISfcPropertySet Interface
Provides access to a set of properties. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(ISfcProperty^) | Checks whether a property with the specified metadata is in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Contains(String^) | Checks whether a property with the specified name is in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Contains<T>(String^) | Checks whether a property with the specified name and type is in the property set Do not reference this member directly in your code. It supports the SQL Server infrastructure.. |
![]() | EnumProperties() | Returns an enumerator that can iterate through the properties in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | TryGetProperty(String^, ISfcProperty^%) | Attempts to get the property metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | TryGetPropertyValue(String^, Object^%) | Attempts to get the property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | TryGetPropertyValue<T>(String^, T%) | Attempts to get the property value. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
