Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- o
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
The SQL Object Base.
Valor devuelto
Tipo: System.String
An object that represents the value of the property