Método GetValue
Returns the value of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String
An object that represents the value of the property
Consulte também