ISfcPropertyStorageProvider Interface

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public Interface ISfcPropertyStorageProvider
'Usage
Dim instance As ISfcPropertyStorageProvider
public interface ISfcPropertyStorageProvider
public interface class ISfcPropertyStorageProvider
type ISfcPropertyStorageProvider =  interface end
public interface ISfcPropertyStorageProvider

The ISfcPropertyStorageProvider type exposes the following members.

Methods

  Name Description
Public method GetPropertyValueImpl Indicates the Property Value implementation to the sfc provider. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method SetPropertyValueImpl Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top