Méthode ISfcPropertyStorageProvider.GetPropertyValueImpl

Indicates the Property Value implementation to the sfc provider. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Function GetPropertyValueImpl ( _
    propertyName As String _
) As Object
'Utilisation
Dim instance As ISfcPropertyStorageProvider 
Dim propertyName As String 
Dim returnValue As Object 

returnValue = instance.GetPropertyValueImpl(propertyName)
Object GetPropertyValueImpl(
    string propertyName
)
Object^ GetPropertyValueImpl(
    String^ propertyName
)
abstract GetPropertyValueImpl : 
        propertyName:string -> Object
function GetPropertyValueImpl(
    propertyName : String
) : Object

Paramètres

  • propertyName
    Type : System.String
    A string for the property name.

Valeur de retour

Type : System.Object
The Property Value implementation to get.

Voir aussi

Référence

ISfcPropertyStorageProvider Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc