Compartir a través de


SqlSmoObject.GetPropValue Método

Gets a property value of the SqlSmoObject object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Friend Function GetPropValue ( _
    propName As String _
) As Object
'Uso
Dim propName As String 
Dim returnValue As Object 

returnValue = Me.GetPropValue(propName)
protected internal Object GetPropValue(
    string propName
)
protected public:
Object^ GetPropValue(
    String^ propName
)
member GetPropValue : 
        propName:string -> Object
function GetPropValue(
    propName : String
) : Object

Parámetros

  • propName
    Tipo: System.String
    A string value that specifies the property name.

Valor devuelto

Tipo: System.Object
An Object value representing the property value.

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo