SqlObjectProperty.GetValue 方法
Returns the value of the property. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Function GetValue ( _
o As SqlObjectBase _
) As String
用法
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
参数
- o
类型:Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
The SQL Object Base.
返回值
类型:System.String
An object that represents the value of the property