Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns the value of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetValue ( _
o As SqlObjectBase _
) As String
'Usage
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
Parameters
- o
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
The SQL Object Base.
Return Value
Type: System.String
An object that represents the value of the property