Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a property value of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function GetRealValue ( _
prop As Property, _
oldValue As Object _
) As Object
'Usage
Dim prop As [Property]
Dim oldValue As Object
Dim returnValue As Object
returnValue = Me.GetRealValue(prop, _
oldValue)
protected Object GetRealValue(
Property prop,
Object oldValue
)
protected:
Object^ GetRealValue(
Property^ prop,
Object^ oldValue
)
member GetRealValue :
prop:Property *
oldValue:Object -> Object
protected function GetRealValue(
prop : Property,
oldValue : Object
) : Object
Parameter
- prop
Typ: Microsoft.SqlServer.Management.Smo.Property
A Property object.
- oldValue
Typ: System.Object
An Object that represents the old value.
Rückgabewert
Typ: System.Object
An Object representing the property value.