共用方式為


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

參數

傳回值

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

請參閱

參考

SqlObjectProperty 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間