Compartir a través de


SqlObjectProperty.GetValue Método

Returns the value of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

'Declaración
Public Function GetValue ( _
    o As SqlObjectBase _
) As String
'Uso
Dim instance As SqlObjectProperty 
Dim o As SqlObjectBase 
Dim returnValue As String 

returnValue = instance.GetValue(o)
public string GetValue(
    SqlObjectBase o
)
public:
String^ GetValue(
    SqlObjectBase^ o
)
member GetValue : 
        o:SqlObjectBase -> string
public function GetValue(
    o : SqlObjectBase
) : String

Parámetros

Valor devuelto

Tipo: System.String
An object that represents the value of the property

Vea también

Referencia

SqlObjectProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc