Condividi tramite


Metodo ISfcPropertyStorageProvider.GetPropertyValueImpl

Indicates the Property Value implementation to the sfc provider. 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
Function GetPropertyValueImpl ( _
    propertyName As String _
) As Object
'Utilizzo
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

Parametri

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

Valore restituito

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

Vedere anche

Riferimento

ISfcPropertyStorageProvider Interfaccia

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