Partager via


Méthode TSqlObject.GetProperty (ModelPropertyClass)

Returns the property value.

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Function GetProperty ( _
    property As ModelPropertyClass _
) As Object
'Utilisation
Dim instance As TSqlObject 
Dim property As ModelPropertyClass 
Dim returnValue As Object 

returnValue = instance.GetProperty(property)
public Object GetProperty(
    ModelPropertyClass property
)
public:
Object^ GetProperty(
    ModelPropertyClass^ property
)
member GetProperty : 
        property:ModelPropertyClass -> Object
public function GetProperty(
    property : ModelPropertyClass
) : Object

Paramètres

Valeur de retour

Type : System.Object
Property Value.

Exceptions

Exception Condition
DacModelException

If property does not exists on the object.

Voir aussi

Référence

TSqlObject Classe

Surcharge GetProperty

Espace de noms Microsoft.SqlServer.Dac.Model